diff options
Diffstat (limited to 'public/lum/index.html')
| -rw-r--r-- | public/lum/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/lum/index.html b/public/lum/index.html index ace289b..4fe6b95 100644 --- a/public/lum/index.html +++ b/public/lum/index.html @@ -7,7 +7,10 @@ <link rel='stylesheet' type='text/css' href='/style.css'> <link rel="icon" href="/favicon.ico"> <meta name="description" content="Link: https://github.com/henrique-marques-vsoft/lum -Lum is a project I started as a way to escape the feeling of being tied to the web-browser when it comes to bookmarks. The objective is relatively simple, to have access to my bookmarks outside of the browser. This way I could call my bookmarks from anywhere on the computer, whether from Vim, Emacs, the browser itself, the window manager or wherever. I’m still not sure if I’m going to turn this project into a CLI tool or a library."> +Lum is a project I started as a way to escape the feeling of being tied to the web-browser when it comes to bookmarks. +The objective is relatively simple, to have access to my bookmarks outside of the browser. This way I could call my bookmarks from anywhere on the computer, whether from Vim, Emacs, the browser itself, the window manager or wherever. +I’m still not sure if I’m going to turn this project into a CLI tool or a library. I still need to try to integrate Lum with some other tool and evaluate which points I failed, which ones I need to improve and where I got things right. +I also wanted to have contact with Rust in practice. I have some things to say about the Rust language, but I think that will be for another post on this blog."> <meta name="keywords" content="projects, programming, rust, linux"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="index, follow"> |
