parent
6130226a23
commit
dfbd31f35f
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright 2015 Zach-Button <zachrey.button@gmail.com>
|
# Copyright 2015 Zach-Button <zachrey.button@gmail.com>
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/usr/bin/env bash -e
|
||||||
# Both standalone script and qutebrowser userscript that opens a rofi menu with
|
# Both standalone script and qutebrowser userscript that opens a rofi menu with
|
||||||
# all files from the download director and opens the selected file. It works
|
# all files from the download director and opens the selected file. It works
|
||||||
# both as a userscript and a standalone script that is called from outside of
|
# both as a userscript and a standalone script that is called from outside of
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/usr/bin/env bash -e
|
||||||
help() {
|
help() {
|
||||||
blink=$'\e[1;31m' reset=$'\e[0m'
|
blink=$'\e[1;31m' reset=$'\e[0m'
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright 2015 Zach-Button <zachrey.button@gmail.com>
|
# Copyright 2015 Zach-Button <zachrey.button@gmail.com>
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Behavior:
|
# Behavior:
|
||||||
# Userscript for qutebrowser which adds a task to taskwarrior.
|
# Userscript for qutebrowser which adds a task to taskwarrior.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/usr/bin/env bash -e
|
||||||
#
|
#
|
||||||
# Behavior:
|
# Behavior:
|
||||||
# Userscript for qutebrowser which views the current web page in mpv using
|
# Userscript for qutebrowser which views the current web page in mpv using
|
||||||
|
Loading…
Reference in New Issue
Block a user