An open API service indexing awesome lists of open source software.

https://github.com/pablopunk/taski

Consistent workflow with git branches
https://github.com/pablopunk/taski

Last synced: 4 months ago
JSON representation

Consistent workflow with git branches

Awesome Lists containing this project

README

          

# taski





Simplify your git workflow with tasks


logo



## Install

```sh
npm install -g taski
```

## Usage

```bash
$ taski help

[help]
Start a task (requires confirmation)
taski MY_TASK
List and choose from all tasks:
taski
List tasks containing a string. It will create a task if there are no results. The search is "smart case" (it will be case sensitive only if there are any uppercase letters in the search term).
taski MY
Delete an existing task called 'foo' (or all containing foo - requires confirmation)
taski delete foo
Delete from list
taski delete

```

## License

MIT

## Author

| ![me](https://gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?size=100) |
| ---------------------------------------------------------------------------- |
| [Pablo Varela](https://pablopunk.com) |