Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request features #8

Open
6 of 12 tasks
clayrisser opened this issue Mar 4, 2023 · 13 comments
Open
6 of 12 tasks

Request features #8

clayrisser opened this issue Mar 4, 2023 · 13 comments
Labels
enhancement New feature or request

Comments

@clayrisser
Copy link

clayrisser commented Mar 4, 2023

First of all, @aleiepure great project!

Here is my list of requested features. Maybe even I'll contribute some of them if I have time. (I hope pull requests are welcome)

If anyone else wants to list features, feel free to post in the comments below.

  • subnet calculator
  • base64 encoding
  • pig latin encoding (gotta have some fun)
  • add certificate validation to JWT
  • support different RegEx flavors (like regex101)
  • random number generator
  • encrypting/decrypting
  • assymetric encryption (public/private key)
  • certificate parser
  • certificate request generator
  • certificate authority generator
  • dns lookup tools
@aleiepure
Copy link
Owner

aleiepure commented Mar 4, 2023

Thank you.
Base64 encoder (and decoder) was removed before release because I couldn't make it work reliably without freezing the app. A certificate parser is already planned for the next update.
I'm a university student and unfortunately, I don't have a lot of time to work on the project so I can't share an ETA for the next version.
Pull requests are absolutely welcome and will always be. Feel free to submit them whenever you want.

@aleiepure aleiepure pinned this issue Mar 4, 2023
@aleiepure aleiepure added the enhancement New feature or request label Mar 6, 2023
@Hedronmx
Copy link

A reverse cron parser would be nice. To enter a date and generate a cron syntax

@EccTM
Copy link

EccTM commented Mar 13, 2023

I think you should add an ASCII art generator. Useful for making config files look fancy!

@SoMuchForSubtlety
Copy link

It would be nice to if the timestamp converter supported ISO 8601 and RFC 3339. Bonus points for adding the ability to convert timestamps to different timezones (eg. 2023-03-22T00:00:00.000Z -> 2023-03-21T17:00:00.000-07:00)

@Amereyeu
Copy link
Contributor

HTML-Pug converter would be nice

@sambonbonne
Copy link

A feature I would really love: a chmod generator

@clayrisser
Copy link
Author

This is my favorite subnet calculator. An experience like this would be amazing.

https://www.davidc.net/sites/default/subnets/subnets.html

@aleiepure
Copy link
Owner

aleiepure commented May 13, 2023

A quick update as I'm getting ready for the next release.
Since version 1.0.2, the following tools were added:

  • reverse cron parser
  • python formatter
  • js formatter
  • certificate parser
  • certificate request generator
  • random number and string generator
  • chmod values generator

In addition, the app got a theme switcher and the timestamp tool is timezone aware and can show time/date in ISO/RFC format.

Thank you for all the suggestions and please keep them coming.
The next release will land here and on Flathub in the coming weeks (maybe with some other tools too).

@yakushabb
Copy link
Contributor

yakushabb commented Aug 4, 2024

Is it possible to add CSS minifier?

@sambonbonne
Copy link

As you made a JSON validator and an XML validator, a YAML validator would be a nice feature too

(BTW I never said thanks for the chmod generator, so: thanks, it's a really good tool!)

@aleiepure aleiepure unpinned this issue Oct 19, 2024
@aleiepure aleiepure pinned this issue Oct 19, 2024
@aleiepure aleiepure unpinned this issue Nov 9, 2024
@aleiepure aleiepure pinned this issue Nov 9, 2024
@emi-YFcz5XDj
Copy link

I think the RNG should support non-decimal numbers.
Awesome tool BTW :D

@thomasfinstad
Copy link

Just wanted a place to put a 👍 for regex flavors request. Regex life can be really annoying so a nice local tool for it would be grand.

@Nino678190
Copy link
Contributor

Hey, I would love to have an base64 to image/pdf/file etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests