https://github.com/jondotsoy/organizado
https://github.com/jondotsoy/organizado
cli deno
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jondotsoy/organizado
- Owner: JonDotsoy
- Created: 2023-02-16T05:51:55.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-25T06:09:53.000Z (about 2 years ago)
- Last Synced: 2025-01-26T10:30:32.271Z (4 months ago)
- Topics: cli, deno
- Language: TypeScript
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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