README: add CodeBerg badge and some formatting
This commit is contained in:
@ -1,4 +1,7 @@
|
|||||||
# sxbm
|
# sxbm
|
||||||
|
|
||||||
|
[](https://codeberg.org/NRK/sxbm)
|
||||||
|
|
||||||
I needed a simple and browser-independent way of managing my bookmarks, leading to the creation of sxbm.
|
I needed a simple and browser-independent way of managing my bookmarks, leading to the creation of sxbm.
|
||||||
It's written in strictly POSIX compliant shell, so it should work fine on all \*nix based operating system.
|
It's written in strictly POSIX compliant shell, so it should work fine on all \*nix based operating system.
|
||||||
|
|
||||||
@ -6,8 +9,8 @@ Sxbm stores your bookmarks in a plain text file making it easily portable.
|
|||||||
Bookmarks are categorized via tags as opposed to the inferior folder structure found in browsers.
|
Bookmarks are categorized via tags as opposed to the inferior folder structure found in browsers.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Cone the repo.
|
|
||||||
|
|
||||||
|
Cone the repo.
|
||||||
```
|
```
|
||||||
git clone https://codeberg.org/NRK/sxbm.git
|
git clone https://codeberg.org/NRK/sxbm.git
|
||||||
```
|
```
|
||||||
@ -16,6 +19,7 @@ Then just copy/move the script into your $PATH.
|
|||||||
Instead of copying, you can also create a symlink. This way you can do a git pull to get updates.
|
Instead of copying, you can also create a symlink. This way you can do a git pull to get updates.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Adding a bookmark (title and tag are optional.)
|
Adding a bookmark (title and tag are optional.)
|
||||||
```
|
```
|
||||||
sxbm add link.com title +tag
|
sxbm add link.com title +tag
|
||||||
|
|||||||
Reference in New Issue
Block a user