v0.1.0
Initial release of runfast, a minimum viable product. Features:
- Select a runner from a list of predefined and user-defined options
- Remember the last runner used in a directory, and re-use it
- Use a defined runner to execute a specific command
- Reset the runner for a specific directory, with a cli flag
Commit-by-Commit changes:
- Run cmd by @anna-singleton in #4
- Load runners by @anna-singleton in #5
- cache the last runner used in a directory by @anna-singleton in #7
- correctly handle the case of ~/.config/runfast/ not existing by @anna-singleton in #8
- add -f flag, recognisable by the program by @anna-singleton in #9
- improve docs by @anna-singleton in #10
Full Changelog: https://github.com/anna-singleton/runfast/commits/v0.1.0