All Projects β†’ Marmiz β†’ todo-cli

Marmiz / todo-cli

Licence: other
Minimal TODOs inside your terminal. Learning project for Rust.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to todo-cli

gameframework2d
Core Example Program for 2D Game Programming Class
Stars: ✭ 16 (-55.56%)
Mutual labels:  learning-by-doing
awesome-by-example
😎 A curated list of example-based learning resources.
Stars: ✭ 97 (+169.44%)
Mutual labels:  learning-by-doing
go-examples
Collection of Go examples for beginner back end developers
Stars: ✭ 44 (+22.22%)
Mutual labels:  learning-by-doing
learn stl
Learning how the C++ Standard Library works; by implementation
Stars: ✭ 23 (-36.11%)
Mutual labels:  learning-by-doing
Coding-Ninjas-Full-Stack-Web-Development
It contains all the files I created during the MERN full stack web development course with coding ninjas
Stars: ✭ 108 (+200%)
Mutual labels:  learning-by-doing
pipfile-requirements
A CLI tool to covert Pipfile/Pipfile.lock to requirments.txt
Stars: ✭ 47 (+30.56%)
Mutual labels:  cli-app
portman
Port OpenAPI Specs to Postman Collections, inject test suite and run via Newman πŸ‘¨πŸ½β€πŸš€
Stars: ✭ 530 (+1372.22%)
Mutual labels:  cli-app
tutorials
Ably Tutorials in multiple languages
Stars: ✭ 35 (-2.78%)
Mutual labels:  learning-by-doing
shortest-tutorial-ever
A list of the shortest tutorials ever.
Stars: ✭ 14 (-61.11%)
Mutual labels:  learning-by-doing
kaggle-berlin
Material of the Kaggle Berlin meetup group!
Stars: ✭ 36 (+0%)
Mutual labels:  learning-by-doing
workshops
workshops, study guides and learning materials for the Uno Platform
Stars: ✭ 86 (+138.89%)
Mutual labels:  learning-by-doing
cloudwithchris.com
Cloud With Chris is my personal blogging, podcasting and vlogging platform where I talk about all things cloud. I also invite guests to talk about their experiences with the cloud and hear about lessons learned along their journey.
Stars: ✭ 23 (-36.11%)
Mutual labels:  learning-by-doing
spoofgo
An Application for Spoofing Movement written in Golang
Stars: ✭ 15 (-58.33%)
Mutual labels:  cli-app
mangodl
An easy-to-use cli tool for downloading manga
Stars: ✭ 154 (+327.78%)
Mutual labels:  cli-app
Ruby Regexp
Learn Ruby Regexp step by step from beginner to advanced levels with plenty of examples and exercises
Stars: ✭ 79 (+119.44%)
Mutual labels:  learning-by-doing
goris
This is a CLI tool to search for images with Google Reverse Image Search (goris).
Stars: ✭ 62 (+72.22%)
Mutual labels:  cli-app
mango
🍊Terminal based TODO application written in Go
Stars: ✭ 18 (-50%)
Mutual labels:  cli-app
hashicorp-vault-monitor
πŸ”‘ HashiCorp Vault Monitoring Tool
Stars: ✭ 22 (-38.89%)
Mutual labels:  cli-app
Zero-to-Hero-in-NLP
This repository contains A-Z techniques of Natural Language Processing to get started in NLP.
Stars: ✭ 60 (+66.67%)
Mutual labels:  learning-by-doing
gogh
GO GitHub project manager
Stars: ✭ 29 (-19.44%)
Mutual labels:  cli-app

TODO on the command line

This is a small command line utility to save and update todos directly from the terminal.

It was made mainly as a practice project for the Rust programming language.

A write up with a step-by-step approach is published on freeCodeCamp blog:

Rust Programming Language Tutorial – How to Build a To-Do List App.

Topics covered

  • Error handling in Rust.
  • Options and Null types.
  • Structs and impl.
  • Terminal I/O.
  • File system handling.
  • Ownership and borrow in Rust.
  • Match patters.
  • Iterators and closures.
  • Using external crates.

Implemented so far

  • add elements

  • update elements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].