Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djalmaaraujo/wrk
(NOT MAINTAINED) wrk logger is a daily logger for tasks/activities. Useful to record standup notes/meetings/etc.
https://github.com/djalmaaraujo/wrk
ava cli command-line nodejs productivity sade wrk
Last synced: 30 days ago
JSON representation
(NOT MAINTAINED) wrk logger is a daily logger for tasks/activities. Useful to record standup notes/meetings/etc.
- Host: GitHub
- URL: https://github.com/djalmaaraujo/wrk
- Owner: djalmaaraujo
- Created: 2017-12-19T17:48:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T00:39:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T11:00:06.406Z (7 months ago)
- Topics: ava, cli, command-line, nodejs, productivity, sade, wrk
- Language: JavaScript
- Homepage:
- Size: 338 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WrK Logger
[![Build Status](https://travis-ci.org/djalmaaraujo/wrk.svg?branch=master)](https://travis-ci.org/djalmaaraujo/wrk)
> WrK Logger is a daily logger for tasks/activities. Useful to record standup notes/meetings/etc.
## Demo
![demo](http://g.recordit.co/fKeR1uxZMX.gif)## Installation
***NPM:***
```
$ npm i -g wrklog
```***Yarn:***
```
$ yarn global add wrklog
```## Usage
- `wrk list` or `wrk`: List or filter your entries (You can use `-f` to filter #hashtags for example)- `wrk add`: Add a new entry
- `wrk remove`: Remove an entry
- `wrk edit`: Edit an entry description
- `wrk clean`: Deletes all entries. Be careful, there's NO trash can here
- `[WIP] wrk sync`: Sync all your entries with a private Github Gist.
## License
MIT