Skip to content

victorqribeiro/remember

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Remember

Remember is a simple bash script that allows you to write "to do" lists and things you want to remeber, in your terminal.

"Remember"

How to use

  • Give remember execute permission

    chmod +x remember
  • Then just call remeber with the thing you want to remember

    ./remember "to buy milk"
  • If you call remeber without any parameters, it'll display the things you have to remember:

    ./remember
  • To erase something, pass the ! parameter with the number of the thing you want to forget:

    ./remember ! 1
  • Or to erase everything at once, just call remeber nothing:

    ./remember nothing

Important

To work as it was intended, you should put it in your scripts folder and add it to the bash config file ~/.bashrc

PATH=$PATH:~/scripts
remember

That way everytime you open the terminal it will show you the things you have to remeber, and also, you will be able to call it without the ./

About

Remember is a simple bash script that allow you to write "to do" lists and things you want to remember.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages