Skip to content

pagecoy/mark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mark

A simple work logger. No editor, no friction - just a timestamp and a line.

Mark appends entries to a WORKLOG.md file in your home directory.

Installation

git clone https://github.com/pagecoy/mark.git
cd mark
npm install
npm run build
chmod +x dist/index.js
npm link

Usage

Log an entry

mark "what you did"
# or
mark add "what you did"

Show today's entries

mark today

Show this week's entries

mark week

Show path to your WORKLOG.md

mark file

License

MIT

About

A simple work logger

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors