| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 60635a12119895bcca801bc1688aab53c39541f9 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sat Jul 8 06:24:52 2023 +0200 |
4 | |
5 | Auto-Commit Update - 20230708 |
6 | --- |
7 | README.md | 4 ++-- |
8 | usr/share/doc/snip/README.md | 14 +++++++------- |
9 | 2 files changed, 9 insertions(+), 9 deletions(-) |
10 | |
11 | diff --git a/README.md b/README.md |
12 | index a26c0b6..5b1d295 100644 |
13 | --- a/README.md |
14 | +++ b/README.md |
15 | @@ -72,7 +72,7 @@ To install the Snip Snippet Editor, follow these steps: |
16 | |
17 | ## Usage |
18 | |
19 | -To launch the Snip Snippet Editor, simply run the following command: |
20 | +To launch snip, simply run the snip: |
21 | |
22 | ```shell |
23 | snip |
24 | @@ -88,5 +88,5 @@ or open a pull request on the [snip repository](https://gitlab.com/a4to/snip). |
25 | |
26 | ## License |
27 | |
28 | -The Snip Snippet Editor is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT) |
29 | +The Snip Snippet Editor is open-source software licensed under the [MIT license](https://gitlab.com/a4to/snip/-/raw/master/usr/share/licenses/snip/LICENSE). |
30 | |
31 | diff --git a/usr/share/doc/snip/README.md b/usr/share/doc/snip/README.md |
32 | index 83bc435..5b1d295 100644 |
33 | --- a/usr/share/doc/snip/README.md |
34 | +++ b/usr/share/doc/snip/README.md |
35 | @@ -1,6 +1,6 @@ |
36 | # Snip Snippet Editor |
37 | |
38 | -The Snip Snippet Editor is a command-line utility that allows users to create and edit snippets for various programming |
39 | +Snip is a command-line utility that allows users to create and edit snippets for various programming |
40 | languages and file types. It provides a convenient interface for managing snippets and organizing them by category and |
41 | priority. |
42 | |
43 | @@ -11,19 +11,19 @@ To install the Snip Snippet Editor, follow these steps: |
44 | 1. Clone the repository: |
45 | |
46 | ```shell |
47 | - $ git clone https://gitlab.com/a4to/snip.git |
48 | + git clone https://gitlab.com/a4to/snip.git |
49 | ``` |
50 | |
51 | 2. Change to the snip directory: |
52 | |
53 | ```shell |
54 | - $ cd snip |
55 | + cd snip |
56 | ``` |
57 | |
58 | 3. Run the install script: |
59 | |
60 | ```shell |
61 | - $ make install |
62 | + make install |
63 | ``` |
64 | |
65 | The Snip Snippet Editor and its dependencies will be installed. |
66 | @@ -72,10 +72,10 @@ To install the Snip Snippet Editor, follow these steps: |
67 | |
68 | ## Usage |
69 | |
70 | -To launch the Snip Snippet Editor, simply run the following command: |
71 | +To launch snip, simply run the snip: |
72 | |
73 | ```shell |
74 | -$ snip |
75 | +snip |
76 | ``` |
77 | |
78 | This will open the graphical interface using `dialog` where you can perform various operations, such as creating new |
79 | @@ -88,5 +88,5 @@ or open a pull request on the [snip repository](https://gitlab.com/a4to/snip). |
80 | |
81 | ## License |
82 | |
83 | -The Snip Snippet Editor is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT) |
84 | +The Snip Snippet Editor is open-source software licensed under the [MIT license](https://gitlab.com/a4to/snip/-/raw/master/usr/share/licenses/snip/LICENSE). |
85 | |