CIS 191 Final Project
By @homjason and @audrey-yang
./todocal.sh
todo
add
show
edit
delete
- No arguments: interactive mode
cal
add
show
today
(shows today's appointments)edit
delete
- No arguments: interactive mode
help
Open your .bash_profile
and add
./todocal/todocal.sh todo show
for TODOs./todocal/todocal.sh cal today
for appointments
- Top-level
todocal.sh
provides an entrypoint into both TODO and cal functionalities - Assumes the presence of files called
todos.csv
andappts.csv
to track TODOs and appointments
Use git clone
with this repo.