On this page you find all important commands for the CLI tool clido. If the
command you are looking for is missing please ask our AI.
clido
The clido command line tool is a small and versatile command line tool designed for tasks related to creating and managing todo lists. It provides a simple interface for adding, removing, and organizing tasks in a command line environment.
Some key features of clido include:
- Creating and managing multiple todo lists
- Adding and removing tasks
- Setting due dates and priorities for tasks
- Displaying tasks in a well-organized format
- Marking tasks as complete
Clido offers a convenient way to organize and keep track of tasks, making it particularly useful for individuals who prefer working in a command line interface or need a lightweight tool for managing their todo lists. Its simplicity and ease of use make it a handy tool for everyday task management on various platforms.
List of commands for clido:
-
clido:tldr:06975 clido: Delete a list.$ clido --remove ${name}try on your machineexplain this command
-
clido:tldr:2be42 clido: Load a list.$ clido --load ${name}try on your machineexplain this command
-
clido:tldr:57e0b clido: Toggle autowrite.$ clido toggle-autowritetry on your machineexplain this command
-
clido:tldr:5bece clido: Create a list.$ clido --new ${name}try on your machineexplain this command
-
clido:tldr:88e20 clido: Open a list in a text editor.$ clido edit ${text_editor}try on your machineexplain this command