clipmenu

Simple clipboard management using dmenu
git clone https://git.sinitax.com/cdown/clipmenu
Log | Files | Refs | README | LICENSE | sfeed.txt

commit a80efc202e08830095ec0a347c881c3f3c06ad1f
parent 61c8429074636333bd43aa7f75157f8785f8cf8c
Author: Chris Down <chris@chrisdown.name>
Date:   Wed, 31 Oct 2018 08:31:46 +0000

Merge branch 'master' into develop

Diffstat:
Mclipdel | 2+-
Mclipmenu | 2+-
Mclipmenud | 2+-
Mtests/test-clipmenu | 4++--
Mtests/test-perf | 4++--
5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/clipdel b/clipdel @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash : "${CM_DIR="${XDG_RUNTIME_DIR-"${TMPDIR-/tmp}"}"}" CM_REAL_DELETE=0 diff --git a/clipmenu b/clipmenu @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash : "${CM_LAUNCHER=dmenu}" : "${CM_DIR="${XDG_RUNTIME_DIR-"${TMPDIR-/tmp}"}"}" diff --git a/clipmenud b/clipmenud @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash : "${CM_ONESHOT=0}" : "${CM_OWN_CLIPBOARD=1}" diff --git a/tests/test-clipmenu b/tests/test-clipmenu @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -x set -e @@ -18,7 +18,7 @@ else fi cat - "$location/../clipmenu" > /tmp/clipmenu << 'EOF' -#!/bin/bash +#!/usr/bin/env bash shopt -s expand_aliases diff --git a/tests/test-perf b/tests/test-perf @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash major_version=5 @@ -28,7 +28,7 @@ fi msg 'Setting up edited clipmenu' cat - "$location/../clipmenu" > /tmp/clipmenu << EOF -#!/bin/bash +#!/usr/bin/env bash exec 3>&2 2> >(tee "$log" | sed -u 's/^.*$/now/' |