MyShorten
- 2 Devlogs
- 3 Total hours
Shorten your link for terminal.
Shorten your link for terminal.
So today I added the thing that breathes life into the project:
coloring. Because the project was considered to be simple, cuz I wanted to test out the “rusqlite” crate, which helps to make queries to the database - I don’t know what I should add to the project.
So it’s a simple tool that helps you to shorten your links. You use it like this: shortcut set <LINK> <CODE> then you can get the link with shortcut get <CODE>.
It uses sqlite to save your link and code. Today I fully optimized PATH, so now you can freely use the PATH, it won’t create a folder in each
directory you call it. Also I have updated README and published to the
GitHub, additionally added a binary file ;)