From 4a8bdf0e6f53232bb35c737b08860c32fdc6498d Mon Sep 17 00:00:00 2001 From: Lucas E M Moreira Date: Mon, 17 Apr 2023 09:58:19 -0300 Subject: [PATCH 1/3] add licence and bookmark file --- LICENSE | 2 +- bookmark | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 bookmark diff --git a/LICENSE b/LICENSE index ae862b5..fc2a2c6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020 Lucas Esperancini Moreira e Moreira +Copyright (c) 2023 Lucas Esperancini Moreira e Moreira Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/bookmark b/bookmark new file mode 100644 index 0000000..0512509 --- /dev/null +++ b/bookmark @@ -0,0 +1,12 @@ +https://www.gnu.org/software/emacs/manual/html_node/emacs/Remote-Files.html +https://dataswamp.org/~solene/2022-07-23-openbsd-sshfs.html +https://bovexo.atlassian.net/wiki/spaces/BOV/pages/15269923/Urls+de+acesso +https://www.instructables.com/Saving-Plants-DIY-Plant-Watering-Device/#discuss +https://rancher.bovexo.com/ +https://middleware-calculation.bovexo.com/ +https://share.tube/w/mu7fMr5RWMqetcZRXutSGF +https://app.gather.town/app/JGSfHMJiSsgsk7jB/learning_english +https://dungeonsanddragonsfan.com/best-dnd-one-shots-5e/ +https://pzwiki.net/wiki/Main_Page +https://www.lafic.com.br/clientes +ec2-54-164-230-190.compute-1.amazonaws.com \ No newline at end of file From cda25ab07979e077f60b1179c8ba372ba59d154b Mon Sep 17 00:00:00 2001 From: Lucas E M Moreira Date: Wed, 26 Apr 2023 11:30:56 -0300 Subject: [PATCH 2/3] add: bin sh first line --- bmark | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bmark b/bmark index 2697e1b..551ecec 100755 --- a/bmark +++ b/bmark @@ -1 +1,3 @@ +#!/bin/sh + cat ~/krig/bookmark | rofi -dmenu -l 10 | xsel -bi && test $NOTIFY && $NOTIFY "bookmark... ok" From 1c69b4ee92367eeb87a181397ce280f194847129 Mon Sep 17 00:00:00 2001 From: Lucas E M Moreira Date: Wed, 26 Apr 2023 11:35:01 -0300 Subject: [PATCH 3/3] removing bookmark sample --- bookmark | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bookmark diff --git a/bookmark b/bookmark deleted file mode 100644 index 0512509..0000000 --- a/bookmark +++ /dev/null @@ -1,12 +0,0 @@ -https://www.gnu.org/software/emacs/manual/html_node/emacs/Remote-Files.html -https://dataswamp.org/~solene/2022-07-23-openbsd-sshfs.html -https://bovexo.atlassian.net/wiki/spaces/BOV/pages/15269923/Urls+de+acesso -https://www.instructables.com/Saving-Plants-DIY-Plant-Watering-Device/#discuss -https://rancher.bovexo.com/ -https://middleware-calculation.bovexo.com/ -https://share.tube/w/mu7fMr5RWMqetcZRXutSGF -https://app.gather.town/app/JGSfHMJiSsgsk7jB/learning_english -https://dungeonsanddragonsfan.com/best-dnd-one-shots-5e/ -https://pzwiki.net/wiki/Main_Page -https://www.lafic.com.br/clientes -ec2-54-164-230-190.compute-1.amazonaws.com \ No newline at end of file