fogtrack v0.3.0
fogtrack
A cli tool for all your fogbugz tracking needs
Installation
From source
- Clone this repo
- Cd into it
- run
shards build --production --release
- copy the compiled binary from
bin/
into some directory to your$PATH
From precompiled statically linked binary
- Download the latest release artifact from (https://gitlab.com/jreinert/fogtrack/tags)
- Copy the binary from the unzipped artifact to you
$PATH
From AUR
- Install
fogtrack
with your favourite aur helper
Usage
Usage: fogtrack command [options]
Commands:
login Outputs a token you can use with fogtrack
start Starts tracking on a case
stop Stops tracking
resume Resumes tracking on case last tracked on
ls/list Lists tracked intervals
recent List cases recently tracked on
current Show case currently tracked on (if any)
dialog Display a rofi dialog to choose from cases to track on
rofi-mode Use with `rofi -modi 'fogtrack:fogtrack rofi-mode' -show rofi-mode`
For more info about an individual command, run
fogtrack <command> --help
Environment Variables:
FOGTRACK_HOST A URL to the host of your fogbugz instance (e.g. https://myfogbugz.com)
FOGTRACK_TOKEN An API token you have either generated in the UI or gotten with the login command"
-h, --help Display this message
Contributing
- Fork it (https://gitlab.com/jreinert/fogtrack/forks/new)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Merge Request
Contributors
- jreinert Joakim Reinert - creator, maintainer
Repository
fogtrack
Owner
Statistic
- 1
- 0
- 0
- 0
- 0
- over 4 years ago
- October 26, 2018
License
MIT License
Links
Synced at
Wed, 06 Nov 2024 07:20:17 GMT
Languages