Skip to content

Commit

Permalink
fix(base): updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
umgbhalla committed May 30, 2022
1 parent d4ddbe2 commit 92f0705
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 3 deletions.
17 changes: 17 additions & 0 deletions base/scripts/.scripts/clip-view
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
#!/bin/bash

export FZF_DEFAULT_OPTS=" -1 -i
--prompt 'clipboard launcher ⯈ '
--marker=+
--cycle
--keep-right
--color=gutter:-1,pointer:#ff3c3c,info:#0dbc79,hl:#0dbc79,hl+:#23d18b
--reverse
--height 100%
--color=fg:250,fg+:15,hl:203,hl+:203
--color=bg:#0c1014,gutter:-1,pointer:#ff3c3c,info:#0dbc79
--bind 'btab:toggle-up,tab:toggle-down'
--bind='?:toggle-preview'
--bind='ctrl-u:preview-page-up'
--bind='ctrl-d:preview-page-down'
--preview-window 'right:60%:wrap'
"
export CM_OUTPUT_CLIP=1
export CM_HISTLENGTH=14
export CM_LAUNCHER=fzf
Expand Down
22 changes: 19 additions & 3 deletions base/scripts/.scripts/clippy
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
#!/bin/bash
# export CM_OUTPUT_CLIP=1
export CM_HISTLENGTH=14
export CM_LAUNCHER=fzf
clipmenu
export FZF_DEFAULT_OPTS=" -1 -i
--prompt 'clipboard ⯈ '
--marker=+
--cycle
--keep-right
--color=gutter:-1,pointer:#ff3c3c,info:#0dbc79,hl:#0dbc79,hl+:#23d18b
--reverse
--height 100%
--color=fg:250,fg+:15,hl:203,hl+:203
--color=bg:#0c1014,gutter:-1,pointer:#ff3c3c,info:#0dbc79
--bind 'btab:toggle-up,tab:toggle-down'
--bind='?:toggle-preview'
--bind='ctrl-u:preview-page-up'
--bind='ctrl-d:preview-page-down'
--preview-window 'right:60%:wrap'
"
export CM_HISTLENGTH=14
export CM_LAUNCHER=fzf
clipmenu
16 changes: 16 additions & 0 deletions base/scripts/.scripts/mz
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ if [ ! -f "$HOME/cookies.txt" ] ; then
exit
fi

export FZF_DEFAULT_OPTS=" -1 -i
--prompt 'yt-music launcher ⯈ '
--marker=+
--cycle
--keep-right
--color=gutter:-1,pointer:#ff3c3c,info:#0dbc79,hl:#0dbc79,hl+:#23d18b
--reverse
--height 100%
--color=fg:250,fg+:15,hl:203,hl+:203
--color=bg:#0c1014,gutter:-1,pointer:#ff3c3c,info:#0dbc79
--bind 'btab:toggle-up,tab:toggle-down'
--bind='?:toggle-preview'
--bind='ctrl-u:preview-page-up'
--bind='ctrl-d:preview-page-down'
--preview-window 'right:60%:wrap'
"
online="online"
offline="offline"
select="select"
Expand Down

0 comments on commit 92f0705

Please sign in to comment.