Skip to content

A very very minimalistic work tracking script for the terminal.

Notifications You must be signed in to change notification settings

LeaveAirykson/mintrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Mintrack

A very small bash script that writes parameters (=tasks) into a hidden textfile in your home folder.

Install

Before you install Mintrack, make sure the folder ~/bin/ exists.

curl -LJ -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/LeaveAirykson/mintrack/master/mintrack.sh > ~/bin/track

Options

Option Desc
track [task] This will write the [task] prepended by the current date inside ~/.mintrack.
track -u Update Mintrack.
track -h Show help and the available options.
track -a List all entries from ~/.mintrack.
track -l List the current entry from ~/.mintrack.
track -e Empty the file ~/.mintrack.
track -d [MM-DD-YYY] [task] Track the task with a different date.
track -r Uninstall mintrack by deleting ~/.mintrack and ~/bin/track.

Examples

# Track a task directly
track WSRelease1.2.3

# For longer tasks use quotes
track "I worked 6h on the WSRelease1.2.3"

# Omit any option to show option prompt
track

About

A very very minimalistic work tracking script for the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages