bookmarks append to the file

pull/14/head
dvkt 4 years ago
parent f8ef98b032
commit 19c962da2f

@ -39,7 +39,7 @@ pub fn as_raw_menu() -> String {
// save a single bookmark entry
pub fn save(label: &str, url: &str) -> Result<()> {
config::prepend(
config::append(
BOOKMARKS_FILE,
label
.trim_start_matches("gopher://")

Loading…
Cancel
Save