Skip to content

gulyasm/focus

Repository files navigation

Build

Demo

asciicast

Usage

  • focus start "Coding kernel-bug"

Add a new item. Clock is ticking from this point.

  • focus stop

Stops the currently running element

  • focus now

Print what are you working now.

  • focus today

Your timesheet for today.

  • focus yesterday

Your timesheet for yesterday.

  • focus list

List all elements

Install

Currently not available Download and install the binaries.

If you have go installed you can install with go install.

go install github.com/gulyasm/focus

Integrations

tmux

To add your current running element to the right side of your tmux status bar, add the following line to your tmux.conf.

set-option -g status-right '⤇ #(focus now)'

Development

Vagrantfile is provided for development. To run it:

vagrant up && vagrant ssh

On the vagrant machine you can build and run Focus.

go build
./focus start Coding...
./focus start Coding...
./focus start Coding...
./focus list

Contribution

Feel free to submit your PR.

About

Focus is CLI time recording tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published