Commit Graph

112 Commits

Author SHA1 Message Date
Lux Aliaga 8a68b7d3b5 src: Moved env_config() to new module
Since item management will depend on this function, making it
independent from inv.rs will probably be for the best.
2022-09-14 19:45:28 -03:00
Lux Aliaga 1ecc16ca9d main: Added help message
It has a copyright notice and some commands. Not much else, really.
2022-09-14 19:26:35 -03:00
Lux Aliaga 524a5d3674 inv: list: Tabulation before item
Just to make it look a bit more fancy
2022-09-14 19:11:42 -03:00
Lux Aliaga cc2d1053cb fixup! src: Added license notice 2022-09-14 18:48:00 -03:00
Lux Aliaga 8ac901c0d6 src: Added license notice 2022-09-14 18:45:47 -03:00
Lux Aliaga 1f5bf3f139 vento: Licensed under GPLv3
This commit licenses the project under GPLv3. Why that license? I don't
know, just needed a license and that one seemed like a good option.
2022-09-14 17:01:37 -03:00
Lux Aliaga 9d24f51b1c inv: list: Add method to catch invalid slot
If you tried to type anything that isn't a valid slot, Vento would
panic. This commit should fix that.
2022-09-14 16:33:19 -03:00
Lux Aliaga 88d07f5014 fixup! fixup! vento: Imported changes to Git 2022-09-14 16:21:11 -03:00
Lux Aliaga 9b49385044 inv: list: Code cleanup
inv::list() had quite an unnecessary function so I cleaned the code a
bit so it works a bit more cleanly™
2022-09-14 16:14:07 -03:00
Lux Aliaga 24d962fa7b inv: Code comments
I've added some comments to make browsing this file a bit less painful.
2022-09-14 16:11:24 -03:00
Lux Aliaga 4a2922c571 fixup! vento: Imported changes to Git 2022-09-14 09:41:06 -03:00
Lux Aliaga 282a358f6e vento: Imported changes to Git
Since I didn't work on the initial part of the project on Git, I guess
I'll just do a big commit with all of what I did. This includes the
inventory management commands "list" and "switch", plus the command to
initialize Vento.
2022-09-14 09:36:34 -03:00