Skip to content

Releases: matissecallewaert/bashbuddy

Ubuntu-20.04

21 May 12:35
Compare
Choose a tag to compare

Same as the other release but for Ubuntu 20.04.

v3.0.0

21 May 12:28
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v3.0.0

🚀 Added a TUI for ease of use when updating commands and categories.

tui

First release

18 May 18:48
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v2.0.0

This release is tested and provides all the functionality initially wanted for this project.

Second release

11 May 19:25
Compare
Choose a tag to compare
Second release Pre-release
Pre-release

Release Notes

Enhancements

  • Global Configuration Settings: Configurations are now set globally, ensuring consistent behavior across all modules.
  • Enhanced Command Execution: Command execution functionality has been improved to run within a shell environment. This allows the use of shell-specific commands like ls, pwd, and others.

Known Issues

  • Directory Change Limitation: The cd command can be executed using BashBuddy; however, it does not change the working directory as expected. This is due to the command being executed in a separate process. Work to address this limitation is ongoing.

First release

10 May 19:23
e00925a
Compare
Choose a tag to compare
First release Pre-release
Pre-release

This is the first release of BashBuddy, your programming buddy that manages your day to day commands by categorizing and shorten them.

Functionality:

  • Adding a category
  • Adding a command to that category (if that category does not exist, it will be created)
  • Running these commands
  • Deleting the command or category
  • Listing commands, categories, aliases ....