From c7350dda385e42992ff3f7db070f4e62c80ed19e Mon Sep 17 00:00:00 2001 From: dmarakom6 Date: Sat, 3 Apr 2021 10:00:39 +0300 Subject: [PATCH] Remove old files from root --- README.md | 58 ----------------------------------------------------- SECURITY.md | 21 ------------------- 2 files changed, 79 deletions(-) delete mode 100644 README.md delete mode 100644 SECURITY.md diff --git a/README.md b/README.md deleted file mode 100644 index e76396a..0000000 --- a/README.md +++ /dev/null @@ -1,58 +0,0 @@ -# shellnotes -A simple and easy way to keep notes via your linux terminal. - -# Basic Commands: - ## newnote: - Write a new note using gedit. -## quicknote: - Write a note directly from terminal. -## readnote: - Read a note from your text-editor. -## quickread: - Read a note directly from terminal. -## listnotes: - View a full list of notes from your notes folder. -## delnote: - Delete a note from your notes folder. -## shellnotes(-v,-r,-h or --help): - Information about shellnotes. -## findnote: - Find a specific note in your Notes folder. -## findmisplacednote: - Find a misplaced note in your system. -## renamenote: - Rename a note. - - -# How to download - --You can either download or clone this repository. - -# How to install -## step 1: - --Place the file "shellnotes.sh" and "help" into your home folder. - -## step 2: - --Rename the file and add a dot before its name. It should look like this: ".shellnotes.sh" and ".help" in the home folder. - -## step 3: - --Open the terminal and type: -`chmod +x ~/.shellnotes.sh` - -## step 4: - --Open any text editor you want. Select "Open file" from its menu (Usually top left) and navigate to home. Then, press `Ctrl + H` in order to show all the hidden files and folders -in the home directory. Find a file called `.bashrc` and open it. - -## step 5: - --Go to the last line of the file you opened in step 4, and write: `source ~/.shellnotes.sh` in order to be able to use shellnotes every time you launch your terminal. - -# Warnings! - -*THIS SYSTEM IS MADE FOR BASH SHELL* Change your shell if necessary. - -*DON'T CHANGE THE SCRIPT* Only in case you don't have the default editors who are gedit and nano. In that case, you can either change them (see Help Page), or install the default ones. diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 7e04e2f..0000000 --- a/SECURITY.md +++ /dev/null @@ -1,21 +0,0 @@ -# Security Policy - -## Supported Versions of shellnotes - - - -| Version | Supported | -| ------- | ------------------ | -| 2.5.x | yes | -| 2.3.x | yes | -| 2.0.x | yes | -| 1.2.x | yes | -| 1.1.x | yes | -| 1.0.x | yes | -| 0.1.x | no | - - -## About updating - -Every new update is uploaded in this page. -If you want to check your version, type "shellnotes -v" and check if the version is supported.