Skip to content

P1NK0/mr-rogers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                           It's a Beautiful Day in this Codebase! 🏡

A friendly placeholder image.

Hello, neighbor! I'm so glad you're here. This little program was made with care, just for people like you. It believes that everyone is special, and that even small, simple things can make the world a better place.

What's this all about? This is mr-rogers. It helps brighten your day with a loving quote from the man himself. Just like Mr. Rogers, it tries to be a friendly and helpful presence on your computer. It does its job quietly, simply, and without any fuss.

Putting On Your Sneakers (Installation)

Getting started is as easy as changing into your favorite sweater. You just need to follow these simple steps.

# Clone the repository to your local machine
git clone https://github.com/P1NK0/mr-rogers.git

# Move into the neighborhood
cd mr-rogers

# Invite Mr. Rogers
go build mr-rogers

And just like that, you're ready to go!

On macOS and Linux, it will be named mr-rogers.

On Windows, it will be named mr-rogers.exe.

Making It Easy to Find

It's always nice when things are easy to find. We'll put our new program on a special shelf where the computer always knows to look.

On macOS and Linux 🐧 From inside the mr-rogers folder, we'll move our program to a shared spot. We need to use sudo, which is like using a grown-up's key for an important door. The computer will likely ask for your password to make sure it's you.

sudo mv mr-rogers /usr/local/bin/
sudo chmod +x /usr/local/bin/mr-rogers

On Windows 🪟 First, let's create a special folder inside your personal user directory. This is a safe and tidy place for programs. We'll call it bin.

mkdir ~\.bin

Next, move your new program into that folder.

move mr-rogers.exe ~\.bin

Finally, we need to tell Windows to always look on our new "shelf." This is called adding it to your Path.

Press the Windows Key and type "environment variables".

Click on "Edit the system environment variables."

Click the "Environment Variables..." button.

In the top box ("User variables for..."), select the variable named Path, then click "Edit...". (If it doesn't exist, click "New..." and name the variable Path).

Click "New" and type in the path to our new folder: %USERPROFILE%\.bin

Click "OK" on all the windows to save your changes.

Enjoy a Moment of Kindness

Now that you've installed it, you just need to open a new terminal and type the program's name.

mr-rogers

You did it. You've made a special place for kindness on your computer. I'm proud of you.

Helping the Neighborhood (Contributing)

Everyone has something they can give. If you have an idea to make this neighborhood even better, we would be so happy to hear it.

Fork this repository.

Create a new branch (git checkout -b feature/making-things-special).

Make your changes with care.

Commit your changes (git commit -m 'Add some kindness').

Push to your branch (git push origin feature/making-things-special).

Open a new Pull Request.

There's no person in the whole world like you, and I like you just the way you are.

You've made this day a special day, by just your being you. There's no person in the whole world like you; and I like you just the way you are.

About

Simple program that adds a quote to the top of your terminal window when launched.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages