Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

victorqribeiro/remember

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.