https://github.com/eliep/tag-tracker-cli
CLI to tag what you're working on
https://github.com/eliep/tag-tracker-cli
cli shell time-tracker
Last synced: 2 months ago
JSON representation
CLI to tag what you're working on
- Host: GitHub
- URL: https://github.com/eliep/tag-tracker-cli
- Owner: eliep
- License: mit
- Created: 2018-10-14T19:06:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T16:24:24.000Z (over 7 years ago)
- Last Synced: 2025-02-18T12:51:17.572Z (over 1 year ago)
- Topics: cli, shell, time-tracker
- Language: TypeScript
- Homepage:
- Size: 415 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tag Tracker
[](https://travis-ci.org/eliep/tag-tracker-cli)
Tag is still under development and most commands might change in the future.
## Installation
```bash
$ npm install -g tag-tracker-cli
$ tag --help
```
### Bash Autocompletion
```bash
$ sudo cp $(dirname $(readlink -f $(which tag)))/../complete/tag-completion.bash /etc/bash_completion.d/tag
$ . /etc/bash_completion.d/tag # the first time
```
## Documentation
[Online documentation](https://eliep.github.io/tag-tracker-cli/) is still under writing process,
but help is available via
```bash
tag --help
```
## Dev
Require nodejs version >= 10
```bash
$ git clone git@github.com:eliep/tag-tracker-cli.git
$ cd tag-tracker-cli
$ npm install .
$ npm run build
$ sudo npm link
```
### Documentation
```bash
$ npm run docs:dev
$ xdg-open http://localhost:8080/tag-tracker-cli/
```
## License
This project is licensed under the terms of the MIT license.