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
- Host: GitHub
- URL: https://github.com/itplamen/bashtaskmanager
- Owner: itplamen
- License: mit
- Created: 2024-01-07T00:43:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T01:41:36.000Z (over 2 years ago)
- Last Synced: 2024-01-28T00:09:32.750Z (about 2 years ago)
- Topics: bash, bash-projects, bash-script, bash-scripting, command-line, shell, shell-script, shell-scripting
- Language: Shell
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.
