-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbb6d99
commit 2a0fce5
Showing
3 changed files
with
89 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
* LUM - Linux Ubiquitous Marker | ||
This project was created for two main reasons: I wanted to mess a little bit with Rust and I wanted to have bookmarks outside the Web Browser. | ||
I plan to integrate Lum to other programs such as rofi/wofi, Emacs etc. | ||
|
||
** Installation | ||
I'm not shipping any binaries right now, so you will need to clone this repo and build locally: | ||
=git clone --depth=1 [email protected]:henrique-marques-vsoft/lum.git= | ||
=cd lum= | ||
=cargo build= | ||
=cargo run -h= | ||
|
||
** Options | ||
=lum -g= to generate the structured file; | ||
=lum -h= ask for help; | ||
=lum -l= list all bookmarks; | ||
=lum -a= add a new bookmark entry; | ||
=lum -d= delete a bookmark; | ||
|
||
Bookmarks everywhere! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
{"owner":"admin","created_at":1714182655,"bookmarks":[{"title":"【original anime MV】SHINKIRO【hololive/宝鐘マリン・Gawr Gura】","link":"https://www.youtube.com/watch?v=9ehwhQJ50gs"},{"title":"【MV】Lucky☆Orb feat. Hatsune Miku by emon(Tes.) / ラッキー☆オーブ feat. 初音ミク by emon(Tes.) 【MIKU EXPO 5th】","link":"https://www.youtube.com/watch?v=AufydOsiD6M"},{"title":"【MV】White Love/SPEED (Cover)【FUWAMOCO】","link":"https://www.youtube.com/watch?v=D8YflSQi1Vk"},{"title":"arrays and vectors in rust (btw)","link":"https://www.cs.brandeis.edu/~cs146a/rust/doc-02-21-2015/book/arrays-vectors-and-slices.html"},{"title":"lambda expressions","link":"https://www.gnu.org/software/emacs/manual/html_node/eintr/lambda.html"}]} | ||
{ | ||
"owner": "admin", | ||
"created_at": 1724105216, | ||
"bookmarks": [ | ||
{ | ||
"link": "https://github.com/henrique-marques-vsoft/lum", | ||
"created_at": 1724105216, | ||
"last_updated": 1724105216 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters