Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.23 KB

File metadata and controls

44 lines (32 loc) · 1.23 KB

TODO LIST TERMINAL COM RUST - PT-BR

image

Um projeto para estudar a linguagem Rust.

SOBRE

Este projeto permite gerenciar tarefas através do terminal. As funcionalidades incluem:

  • Adicionar tarefas
  • Pesquisar tarefas
  • Adicionar tags
  • Exportar para CSV

Basta escolher um número correspondente à operação desejada.

Observação: O projeto está em inglês para que qualquer pessoa possa utilizá-lo.

COMO EXECUTAR

  1. Certifique-se de ter o Rust e o Cargo instalados em sua máquina.
  2. Clone o repositório.
  3. Acesse o diretório do projeto: cd <repositorio>
  4. Execute o comando: cargo run

TODO LIST TERMINAL WITH RUST - EN

A project to learn the Rust programming language.

ABOUT

This project allows you to manage tasks via the terminal. Features include:

  • Add tasks
  • Search tasks
  • Add tags
  • Export to CSV

Simply choose a number corresponding to the desired operation.

Note: The project is in English so that anyone can use it.

HOW TO RUN

  1. Make sure you have Rust and Cargo installed on your machine.
  2. Clone the repository.
  3. Navigate to the project directory: cd <repository>
  4. Run the command: cargo run