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

https://github.com/jondotsoy/organizado


https://github.com/jondotsoy/organizado

cli deno

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Organizado

Project to order your tasks with your terminal.

## How to install

Install with Deno

```sh
deno install \
-f \
-r \
--allow-env=HOME \
--allow-read=$HOME/.organizado/ \
--allow-write=$HOME/.organizado/ \
--unstable \
--import-map https://deno.land/x/organizado/import_map.json \
https://deno.land/x/organizado/cli.ts
```

## Commands

- Create a new project:
- `$ organizado project new `
- About project selected
- `$ organizado project`
- Edit a project:
- `$ organizado project edit <>`
- Select a project
- `$ organizado project select `
- Create new task:
- `$ organizado task new -m `
- Display a all tasks
- `$ organizado task`
- Focus on one task: display the current task and start one timer
- `$ organizado task focus`
- Inside on a task:
- Key press `

` to pause the task or resume the task timer
- Key press `` to stop the task
- Key press `` to mark as finish the task
- Key press `` create a comment on this task
- Key press `` create a new task related with the current task