about summary refs log tree commit diff stats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* add more detailed implementation noteNRK2021-09-191-0/+14
* add an implementation noteNRK2021-09-191-0/+4
* -print explicitly for posix complianceNRK2021-09-191-1/+1
* use grep -iE instead of -inameNRK2021-09-181-3/+2
* switch to -inameNRK2021-09-131-2/+2
* use more posix complaint flagsNRK2021-09-131-2/+4
* cleanupsNRK2021-09-131-22/+16
* rework the scriptNRK2021-09-131-3/+6
* sxiv-rifle: only list extensionsNRK2021-09-081-1/+1
* sxiv-rifle: add tiff supportNRK2021-08-271-2/+2
* change order of bmpN-R-K2021-08-271-2/+2
* sxiv-rifle: handle unresolved `~`NRK2021-08-271-0/+1
* change func name to is_imgN-R-K2021-08-271-2/+2
* sxiv-rifle: don't grep non img extension filesNRK2021-08-271-1/+8
* sxiv-rifle: use parameter expansion instead of cutNRK2021-08-271-2/+2
* sxiv-rifle: don't grep if $target is not a fileNRK2021-08-271-1/+1
* fix edge case when file is in rootNRK2021-08-151-1/+1
* rifle_sxiv: add webp to listfiles()NRK2021-08-091-1/+1
* rifle_sxiv: performance improvementNRK2021-08-091-17/+9
* shell_automatic_cd: Fix function name in bind commandtoonn2021-02-191-2/+2
* Update the docs to reflect changes to codeZoran Plesivcak2020-11-081-2/+2
* Merge branch 'dmitmel-examples-bash-automatic-cd'toonn2019-12-314-28/+33
|\
| * Added shellcheck directives for specifying shellDmytro Meleshko2019-11-062-0/+4
| * Added a notice about sourcing examples/shell_subshell_notice.sh as wellDmytro Meleshko2019-11-061-1/+2
| * Added mention about sourcing examples/shell_automatic_cd.sh from shell configDmytro Meleshko2019-11-061-1/+2
| * Updated comments about compatibility with ranger versionsDmytro Meleshko2019-11-062-2/+2
| * Removed shebangsDmytro Meleshko2019-11-062-4/+0
| * Renamed script files to not mention BashDmytro Meleshko2019-11-022-0/+0
| * Added shebangs and removed notices specifically about BashDmytro Meleshko2019-11-022-4/+8
| * Apply requested changes to ranger.py and enforce full POSIX complianceDmytro Meleshko2019-10-281-4/+3
| * Removed replaced $(<...) with catDmytro Meleshko2019-10-281-1/+1
| * Added comparison with $PWD backDmytro Meleshko2019-10-281-1/+1
| * Replaced `[[` with POSIX-compatible `[`Dmytro Meleshko2019-10-281-1/+1
| * Added pattern for mktemp backDmytro Meleshko2019-10-281-1/+1
| * Removed unnecessary arguments for mktemp in examples/bash_automatic_cd.shDmytro Meleshko2019-10-271-1/+1
| * Refactored examples/bash_automatic_cd.shDmytro Meleshko2019-10-271-7/+7
* | Merge branch 'siikamiika-feat-update-icon-title'toonn2019-12-221-2/+3
|\ \
| * | Merge the title settingstoonn2019-12-221-5/+3
| * | Merge branch 'master' into feat-update-icon-titlesiikamiika2019-12-091-0/+8
| |\|
| * | add update_icon_title optionsiikamiika2019-07-251-0/+3
* | | use function, cleanup file, proper repaintMathis Chenuet2019-11-081-2/+8
* | | add doc and bindingMathis Chenuet2019-11-031-0/+10
* | | port automatic_cd to fishMathis Chenuet2019-11-031-0/+5
| |/ |/|
* | Add a configurable VCS max message lengthWojciech Siewierski2019-10-011-0/+3
* | Drop truth values; rename warning settingToon Nolten2019-08-181-1/+1
* | Warn when nesting rangertoonn2019-08-031-0/+5
|/
* Merge branch 'master' into patch-4Nathaniel2018-09-051-3/+1
|\
| * Remove hard code of ranger pathMark Blakeney2018-08-191-3/+1
* | Remove extra pipe in subprocess call, rename plugin and add originalnatemaia2018-09-052-47/+89
* | 2 lines around function definitionNathaniel2018-07-071-0/+1
^
4ea0f69a ^
e71c8103 ^

36e4e71e ^


f6ae504c ^
4ea0f69a ^
36e4e71e ^

4ea0f69a ^

36e4e71e ^






4ea0f69a ^

306c76d8 ^






b6aff4c3 ^

306c76d8 ^
4ea0f69a ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124