Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quimpm/timeblocks


https://github.com/quimpm/timeblocks

Last synced: about 1 month ago
JSON representation

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
```
## Usage

If 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.