An open API service indexing awesome lists of open source software.

https://github.com/itplamen/bashtaskmanager

Task Manager app created with Bash Shell Scripting
https://github.com/itplamen/bashtaskmanager

bash bash-projects bash-script bash-scripting command-line shell shell-script shell-scripting

Last synced: 3 days ago
JSON representation

Task Manager app created with Bash Shell Scripting

Awesome Lists containing this project

README

          


Bash Logo


Bash Task Manager

# Introduction
Task Manager app created with Bash Shell Scripting. You can easily add new tasks with title, description, due date and number of days you want the task to be executed. A scheduler runs in the background, checks the due date of each task and deletes all expired tasks. The manager uses a simple PowerShell script to send a reminder to the user.

# Features
* Directory and file manipulations
* Background job control
* Control structures (select construct for menu generation)
* Associative arrays
* etc.

![Alt Text](assets/Animation.gif)