https://github.com/quimpm/timeblocks
https://github.com/quimpm/timeblocks
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quimpm/timeblocks
- Owner: quimpm
- Created: 2020-07-14T10:00:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T04:38:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T08:25:33.566Z (6 months ago)
- Language: TypeScript
- Size: 1.29 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timebloks
This project has been made in orther to increase my productivity when working organizing my work time in blocks. Also i put on it some lofy music to get relaxed and comfy while programing :D.
## Instalation
In orther to make it easyer to execute the program i use a permanent alias. To make this you can:
Write into the comand line:
```bash
vim ~/.bash_aliases
```
Append to the file:
```bash
alias work='python3 /path/to/your/containing/dir/timeblocks/work.sh'
```
Save and close the file and activate your alias typing:
```bash
source ~/.bash_aliases
```
## UsageIf you have done the alias type work in your comand line and automatically a window will open. Else, go to the directory and execute the work.sh script.