Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 684 Bytes

File metadata and controls

16 lines (13 loc) · 684 Bytes

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