go-cli-todo

module
v0.0.0-...-4c8345b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: GPL-3.0

README

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL