rofi icon indicating copy to clipboard operation
rofi copied to clipboard

Add -pin-last option to keep the last-used entry first

Open CyberShadow opened this issue 8 years ago • 2 comments

This allows quickly re-running the last command by simply running rofi and pressing Enter.

The last commit enables the new option by default, but I can drop it at your discretion.

CyberShadow avatar Aug 12 '17 21:08 CyberShadow

Codecov Report

Merging #651 into next will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             next     #651      +/-   ##
==========================================
+ Coverage   73.08%   73.12%   +0.04%     
==========================================
  Files          37       37              
  Lines        9862     9877      +15     
==========================================
+ Hits         7208     7223      +15     
  Misses       2654     2654
Impacted Files Coverage Δ
source/xrmoptions.c 63.61% <ø> (ø) :arrow_up:
test/history-test.c 100% <100%> (ø) :arrow_up:
source/history.c 86.33% <100%> (+0.62%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5c5665e...0ebfd36. Read the comment docs.

codecov-io avatar Aug 12 '17 21:08 codecov-io

Updated and rebased on next branch.

CyberShadow avatar Jan 25 '18 14:01 CyberShadow