timew
A time tracking tool used to measure the duration of activities. More information: <https://timewarrior.net/docs>.
Install
- All systems
-
curl cmd.cat/timew.sh
- Debian
-
apt-get install timewarrior
- Ubuntu
-
apt-get install timewarrior
- Arch Linux
-
pacman -S timew
- Kali Linux
-
apt-get install timewarrior
- Fedora
-
dnf install timew
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install timewarrior
- OS X
-
brew install timewarrior
- Raspbian
-
apt-get install timewarrior
- Dockerfile
- dockerfile.run/timew
A time tracking tool used to measure the duration of activities. More information: <https://timewarrior.net/docs>.
-
Start a new stopwatch, giving a tag name to the activity being tracked:
timew start activity_tag
-
View running stopwatches:
timew
-
Stop the stopwatch with a given tag name:
timew stop activity_tag
-
Stop all running stopwatches:
timew stop
-
View tracked items:
timew summary
© tl;dr; authors and contributors