Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quimpm/timeblocks
https://github.com/quimpm/timeblocks
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/quimpm/timeblocks
- Owner: quimpm
- Created: 2020-07-14T10:00:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T03:42:13.000Z (over 2 years ago)
- Last Synced: 2023-03-07T02:02:16.642Z (over 1 year ago)
- Language: TypeScript
- Size: 440 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
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.