hyuki0000 / yukitask

A Simple Task Manager for Command Line Lovers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YukiTask - A Simple Task Manager for Command Line Lovers.

http://yukitask.textfile.org/

INSTALL

  • Download zip and extract it.

  • Move YukiTask files to your home directory.

$ mv yukitask ~/
  • Add following lines at end of your ~/.bashrc.
export EDITOR=vim
PATH=~/yukitask:$PATH
source ~/yukitask/command_aliases
source ~/yukitask/here_aliases
  • Reload `~/.bashrc'
$ source ~/.bashrc
  • That is all.

Web site

http://yukitask.textfile.org

About

A Simple Task Manager for Command Line Lovers.


Languages

Language:Ruby 100.0%