https://github.com/alisiahkoohi/day-planner
Terminal-based day planner for offline task scheduling
https://github.com/alisiahkoohi/day-planner
bash command-line planner productivity terminal
Last synced: 3 months ago
JSON representation
Terminal-based day planner for offline task scheduling
- Host: GitHub
- URL: https://github.com/alisiahkoohi/day-planner
- Owner: alisiahkoohi
- License: mit
- Created: 2025-08-11T18:02:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-12T15:46:51.000Z (11 months ago)
- Last Synced: 2025-08-12T17:30:10.247Z (11 months ago)
- Topics: bash, command-line, planner, productivity, terminal
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Day Planner
A simple command-line hour-by-hour task scheduler.
## Install
```bash
curl -O https://raw.githubusercontent.com/alisiahkoohi/day-planner/main/planner.sh
chmod +x planner.sh
sudo mv planner.sh /usr/local/bin/planner
```
## Usage
```bash
planner # Edit today's plan
planner -v # View today's plan
planner 2025-08-15 # Edit plan for specific date
planner -v 2025-08-15 # View plan for specific date
planner -l # List all plans
planner -h # Show help
```
## Example
```
Day Plan for 2025-08-15
+==+============+============+========================================+
|##| Start Time | End Time | Task Description |
+==+============+============+========================================+
| 1| 09:00 | 10:30 | Team meeting |
| 2| 10:30 | 12:00 | Teaching |
| 3| 14:00 | 16:00 | Research |
+==+============+============+========================================+
Total planned time: 4h 30m
```
Plans are stored in `~/.dayplanner/` as simple text files.
## Requirements
- Bash
- Unix/Linux/macOS
## Author
Ali Siahkoohi, with assistance from Anthropic's Claude