https://github.com/icholy/im
An tool for keeping track of what I'm doing
https://github.com/icholy/im
Last synced: 4 months ago
JSON representation
An tool for keeping track of what I'm doing
- Host: GitHub
- URL: https://github.com/icholy/im
- Owner: icholy
- License: mit
- Created: 2015-02-05T03:15:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T17:54:43.000Z (9 months ago)
- Last Synced: 2025-01-30T03:13:21.399Z (5 months ago)
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IM
> An tool for keeping track of what I'm doing
## Ping
``` sh
$ crontab -e
```Add the following
```
*/5 * * * * /usr/local/bin/im --ping
```## Submit a task
``` sh
$ im doing some @stuff
```## View Month
``` sh
$ im --web
```