Skip to content

AlucardMode/go-cli-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Todo Application

About

This CLI Todo Application is a simple command-line tool that allows users to manage their tasks. Users can add, list, and delete tasks from their todo list. This project is built in Go and is designed as an introduction to working with file handling, command-line arguments, and basic Go structures.

Features

  • Add Tasks: Add new tasks to your todo list.
  • List Tasks: Display all the tasks in your todo list.
  • Delete Tasks: Remove tasks from your todo list.

Getting Started

Prerequisites

  • Go (Golang) installed on your machine. Visit Go's official site for download instructions.

Installation

Clone this repository to your local machine:

git clone https://github.com/yourusername/cli-todo-app.git
cd cli-todo-app

Build

Compile the application using:

go build main.go

Run

Run the application using:

./main

Usage

The application supports the following commands:

Adding a task:

./main add "Task Name"

Listing all tasks:

./main list

Deleting a task:

./main delete "Task Name"

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

AlucardMode - email@email.com - @XHandel

About

Simple cli todo app. refreshing basic to syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages