All Projects → leroycep → augr

leroycep / augr

Licence: GPL-3.0 license
A simple command line time tracker

Programming Languages

rust
11053 projects
Nix
1067 projects

Projects that are alternatives of or similar to augr

swdc-vim
Track your programming activity in real-time in Vim
Stars: ✭ 19 (+0%)
Mutual labels:  time-tracking
qaz
qaz—A CLI tool for Templating & Managing stacks in AWS Cloudformation
Stars: ✭ 89 (+368.42%)
Mutual labels:  cli-app
pwsh-prelude
PowerShell “standard” library for supercharging your productivity. Provides a powerful cross-platform scripting environment enabling efficient analysis and sustainable science in myriad contexts.
Stars: ✭ 26 (+36.84%)
Mutual labels:  cli-app
heel-gun
Test HTTP servers for robustness to arbitrary requests
Stars: ✭ 17 (-10.53%)
Mutual labels:  cli-app
s3kit
AWS S3 CLI tooklit
Stars: ✭ 21 (+10.53%)
Mutual labels:  cli-app
legacy-python-cli
Command line interface used by all WakaTime text editor plugins.
Stars: ✭ 1,048 (+5415.79%)
Mutual labels:  time-tracking
maintainer
👨‍💻 🐳 Generate personal daily reports or summary, AUTHORS, CONTRIBUTING, CHANGELOG and so on for GitHub user or repository.
Stars: ✭ 199 (+947.37%)
Mutual labels:  cli-app
doclt
Digital Ocean Command Line Tool
Stars: ✭ 43 (+126.32%)
Mutual labels:  cli-app
esp8266-oled-ssd1306-font-creator
Font creator for the esp8266-oled-ssd1306 library
Stars: ✭ 22 (+15.79%)
Mutual labels:  cli-app
pycln
A formatter for finding and removing unused import statements.
Stars: ✭ 161 (+747.37%)
Mutual labels:  cli-app
delete-react-zombies
CLI to search and delete unimported 🧟components in your react ⚛️ files
Stars: ✭ 70 (+268.42%)
Mutual labels:  cli-app
random
Random data generator AKA faker
Stars: ✭ 14 (-26.32%)
Mutual labels:  cli-app
core
Simple backup-application for automated website backups.
Stars: ✭ 11 (-42.11%)
Mutual labels:  cli-app
roundup
un-official mirror of http://hg.code.sf.net/p/roundup/code -- used for CI. Please visit https://issues.roundup-tracker.org for finding starter issues or log new issues.
Stars: ✭ 20 (+5.26%)
Mutual labels:  cli-app
wakatime-zsh-plugin
🕒Track how much time you have spent in your terminal!
Stars: ✭ 71 (+273.68%)
Mutual labels:  time-tracking
twifo-cli
🐤 Get user information of a Twitter user.
Stars: ✭ 24 (+26.32%)
Mutual labels:  cli-app
wifiqr
Create a QR code with your Wi-Fi login details
Stars: ✭ 207 (+989.47%)
Mutual labels:  cli-app
team-timesheets
Time tracking web app built as a replacement for old school timesheets.
Stars: ✭ 25 (+31.58%)
Mutual labels:  time-tracking
file-icon-cli
Get the icon of a file or app as a PNG image (macOS)
Stars: ✭ 73 (+284.21%)
Mutual labels:  cli-app
ibrew
🍻Interactive CLI for Homebrew – the missing package manager for macOS.
Stars: ✭ 33 (+73.68%)
Mutual labels:  cli-app

augr

augr tracks your time, generates summaries, and syncs between devices using Syncthing.

This project is heavily inspired by timewarrior.

Useful Links

Setup

Build the application:

$ git clone https://github.com/Geemili/augr
$ cd augr
$ cargo build

Create and edit the config file (located at ~/.config/augr/config.toml on linux):

sync_folder = "/some/sync/folder"
device_id = "laptop"

sync_folder should be a synchronized between devices by a service like Syncthing or dropbox.

device_id should be unique for all devices that use the same sync folder.

Once you have saved the config file, you can run augr:

$ augr
Date  Start Duration Total     Tags
――――― ――――― ―――――――― ――――――――  ――――――――

Using with Termux on Android

Build and upload the android executable:

$ nix-shell android.nix --run "cargo build --target=armv7-linux-androideabi"

# Upload the android executable using adb
$ adb push target/armv7-linux-androideabi/augr /storage/self/primary/

Then in termux on your phone:

$ cp /storage/self/primary/augr ./
$ chmod ./augr
$ ./augr
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].