Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 854 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 854 Bytes

Online_notepad ✍️

Online Notepad is the Command Line Utility, created using Python Socket Programming. Using Online-Notepad user can access their Notes from any Command-Line

👉 Setup

  • Clone Online_Notepad_Client Repository
git clone https://github.com/adivaste/online_notepad_client.git
  • Navigate to the Directory Online_Notepad_Client
cd online_notepad_client
  • Run the following Commands to give permissions for execution
chmod 777 start
./start

👉 Usage

Using that Online-Notepad you can perform the following tasks

  • Add the Note
  • Delete the Notes
  • Display All the Notes

1) Add the note

note "My First Note"

2) Showing all the saved Notes

note -s

**3) Remove all the Notes

note -r -a