pyinstantref: added
This commit is contained in:
parent
1290a8b561
commit
a86e10856a
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "src/.local/bin/calcpy"]
|
[submodule "src/.local/bin/calcpy"]
|
||||||
path = src/.local/bin/calcpy
|
path = src/.local/bin/calcpy
|
||||||
url = https://github.com/idanpa/calcpy
|
url = https://github.com/idanpa/calcpy
|
||||||
|
[submodule "src/.local/bin/pyinstantref"]
|
||||||
|
path = src/.local/bin/pyinstantref
|
||||||
|
url = https://github.com/dogeystamp/pyinstantref
|
||||||
|
6
programs
6
programs
@ -113,6 +113,12 @@ typst
|
|||||||
ipython
|
ipython
|
||||||
python-sympy
|
python-sympy
|
||||||
|
|
||||||
|
# .local/bin/pyinstantref script
|
||||||
|
python-pydbus
|
||||||
|
xorg-xprop
|
||||||
|
xdotool
|
||||||
|
xsel
|
||||||
|
|
||||||
# inkscape shortcut manager
|
# inkscape shortcut manager
|
||||||
python-xlib
|
python-xlib
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
[Default Applications]
|
[Default Applications]
|
||||||
application/pdf=org.pwmt.zathura.desktop
|
application/pdf=org.pwmt.zathura.desktop
|
||||||
|
x-scheme-handler/pdfref=copy_ref
|
||||||
|
@ -11,3 +11,5 @@ set inputbar-fg "#CCCCCC"
|
|||||||
set statusbar-bg "#000000"
|
set statusbar-bg "#000000"
|
||||||
|
|
||||||
set selection-clipboard clipboard
|
set selection-clipboard clipboard
|
||||||
|
|
||||||
|
map <C-l> exec copy_ref
|
||||||
|
1
src/.local/bin/pyinstantref
Submodule
1
src/.local/bin/pyinstantref
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit c189dcde7566bcbab35c288442e338df8ff25215
|
6
src/.local/share/applications/pdfref.desktop
Normal file
6
src/.local/share/applications/pdfref.desktop
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=PDF Instant Reference
|
||||||
|
Exec=pdfref_handler
|
||||||
|
Type=Application
|
||||||
|
Terminal=false
|
||||||
|
MimeType=x-scheme-handler/pdfref;
|
@ -76,6 +76,7 @@ export TYPST_ROOT="$HOME/nt"
|
|||||||
export PATH="$PATH":~/.local/bin
|
export PATH="$PATH":~/.local/bin
|
||||||
export PATH="$PATH":~/.local/bin/deskutils
|
export PATH="$PATH":~/.local/bin/deskutils
|
||||||
export PATH="$PATH":~/.local/bin/deskutils/soundboard
|
export PATH="$PATH":~/.local/bin/deskutils/soundboard
|
||||||
|
export PATH="$PATH":~/.local/bin/pyinstantref
|
||||||
|
|
||||||
export PATH="$PATH":"$XDG_DATA_HOME"/npm/bin
|
export PATH="$PATH":"$XDG_DATA_HOME"/npm/bin
|
||||||
export PATH="$PATH":"$XDG_DATA_HOME"/go/bin
|
export PATH="$PATH":"$XDG_DATA_HOME"/go/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user