Activity
docs: Update the README with the features that have been implemented
docs: Update the README with the features that have been implemented
refactor(actions): Use strnum to iterate over enums and reorganise th…
refactor(actions): Use strnum to iterate over enums and reorganise th…
feat: Rename the repo from rusk to bee
feat: Rename the repo from rusk to bee
Force push
feat(action): Add logs and improve information messages
feat(action): Add logs and improve information messages
fix(parser): Add support for hyphens in project names
fix(parser): Add support for hyphens in project names
Add an 'Edit' action to edit a task using an editor
Add an 'Edit' action to edit a task using an editor
chore: Update deprecated library and update env_logger for security r…
chore: Update deprecated library and update env_logger for security r…
Add tests for stopping and starting tasks
Add tests for stopping and starting tasks
Be able to override the data directory location with RUSK_DATA_HOME e…
Be able to override the data directory location with RUSK_DATA_HOME e…
Add ability to have arbitrary words and not break zsh completion
Add ability to have arbitrary words and not break zsh completion
Make aesthetic choices on how the table gets printed
Make aesthetic choices on how the table gets printed
Remove autoformating in pre-commit-hook for TOML
Remove autoformating in pre-commit-hook for TOML
Add docstring for the TaskAction trait
Add docstring for the TaskAction trait
Add better action description
Add better action description
Force push
Fix test because we were building tasks too quickly causing undefined…
Fix test because we were building tasks too quickly causing undefined…
Add tests for parsing the depends on property and fix a bug that woul…
Add tests for parsing the depends on property and fix a bug that woul…
Force push
Add tests for parsing the depends on property and fix a bug that woul…
Add tests for parsing the depends on property and fix a bug that woul…
Force push
Add tests for parsing the depends on property and fix a bug that woul…
Add tests for parsing the depends on property and fix a bug that woul…
Format and style fixes from clippy
Format and style fixes from clippy
Implement urgency for tasks so they can be sorted when printed out
Implement urgency for tasks so they can be sorted when printed out