Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayakarabula/tinytrack
tiny tool to track activities
https://github.com/mayakarabula/tinytrack
Last synced: 1 day ago
JSON representation
tiny tool to track activities
- Host: GitHub
- URL: https://github.com/mayakarabula/tinytrack
- Owner: mayakarabula
- License: mit
- Created: 2022-11-29T10:42:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T16:22:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T18:33:43.431Z (21 days ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinytrack
tiny tool to track activities written in bash with fzf and basic tools like sed## How to use
Define a list of activities, eg medication in line, eg
```
activities="androcur\nE\nantidepressants\nasthma meds"
```This list will be then piped to fzf, after selecting one activity it's appended to the end of the list.
If you wish only to view the list you can run the app and close it with ctrl+c
## Screenshot
![Screenshot 2022-11-29 at 17 18 14](https://user-images.githubusercontent.com/4799048/204584004-47feb1d3-9912-498c-86d3-25cf93b461e1.png)