index
:
ranger
this commit
master
mirror of ranger - a simple, vim-like file manager
akspecs <akspecs@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the docs to reflect changes to code
Zoran Plesivcak
2020-11-08
1
-2
/
+2
*
Merge branch 'dmitmel-examples-bash-automatic-cd'
toonn
2019-12-31
4
-28
/
+33
|
\
|
*
Added shellcheck directives for specifying shell
Dmytro Meleshko
2019-11-06
2
-0
/
+4
|
*
Added a notice about sourcing examples/shell_subshell_notice.sh as well
Dmytro Meleshko
2019-11-06
1
-1
/
+2
|
*
Added mention about sourcing examples/shell_automatic_cd.sh from shell config
Dmytro Meleshko
2019-11-06
1
-1
/
+2
|
*
Updated comments about compatibility with ranger versions
Dmytro Meleshko
2019-11-06
2
-2
/
+2
|
*
Removed shebangs
Dmytro Meleshko
2019-11-06
2
-4
/
+0
|
*
Renamed script files to not mention Bash
Dmytro Meleshko
2019-11-02
2
-0
/
+0
|
*
Added shebangs and removed notices specifically about Bash
Dmytro Meleshko
2019-11-02
2
-4
/
+8
|
*
Apply requested changes to ranger.py and enforce full POSIX compliance
Dmytro Meleshko
2019-10-28
1
-4
/
+3
|
*
Removed replaced $(<...) with cat
Dmytro Meleshko
2019-10-28
1
-1
/
+1
|
*
Added comparison with $PWD back
Dmytro Meleshko
2019-10-28
1
-1
/
+1
|
*
Replaced `[[` with POSIX-compatible `[`
Dmytro Meleshko
2019-10-28
1
-1
/
+1
|
*
Added pattern for mktemp back
Dmytro Meleshko
2019-10-28
1
-1
/
+1
|
*
Removed unnecessary arguments for mktemp in examples/bash_automatic_cd.sh
Dmytro Meleshko
2019-10-27
1
-1
/
+1
|
*
Refactored examples/bash_automatic_cd.sh
Dmytro Meleshko
2019-10-27
1
-7
/
+7
*
|
Merge branch 'siikamiika-feat-update-icon-title'
toonn
2019-12-22
1
-2
/
+3
|
\
\
|
*
|
Merge the title settings
toonn
2019-12-22
1
-5
/
+3
|
*
|
Merge branch 'master' into feat-update-icon-title
siikamiika
2019-12-09
1
-0
/
+8
|
|
\
|
|
*
|
add update_icon_title option
siikamiika
2019-07-25
1
-0
/
+3
*
|
|
use function, cleanup file, proper repaint
Mathis Chenuet
2019-11-08
1
-2
/
+8
*
|
|
add doc and binding
Mathis Chenuet
2019-11-03
1
-0
/
+10
*
|
|
port automatic_cd to fish
Mathis Chenuet
2019-11-03
1
-0
/
+5
|
|
/
|
/
|
*
|
Add a configurable VCS max message length
Wojciech Siewierski
2019-10-01
1
-0
/
+3
*
|
Drop truth values; rename warning setting
Toon Nolten
2019-08-18
1
-1
/
+1
*
|
Warn when nesting ranger
toonn
2019-08-03
1
-0
/
+5
|
/
*
Merge branch 'master' into patch-4
Nathaniel
2018-09-05
1
-3
/
+1
|
\
|
*
Remove hard code of ranger path
Mark Blakeney
2018-08-19
1
-3
/
+1
*
|
Remove extra pipe in subprocess call, rename plugin and add original
natemaia
2018-09-05
2
-47
/
+89
*
|
2 lines around function definition
Nathaniel
2018-07-07
1
-0
/
+1
*
|
import order and break long lines
Nathaniel
2018-07-07
1
-8
/
+12
*
|
Indentation and whitespace cleanup
Nathaniel
2018-07-07
1
-12
/
+8
*
|
Update plugin_pmount.py
Nathaniel
2018-07-07
1
-20
/
+47
|
/
*
Merge branch 'custom_free_space'
toonn
2018-05-09
1
-0
/
+3
|
\
|
*
Add new option to disable display of free disk space in statusbar
Stephane Fontaine
2018-02-24
1
-0
/
+3
*
|
Merge branch 'tmuxtitle'
toonn
2018-05-08
1
-1
/
+1
|
\
\
|
*
|
Guard tmux title changes
toonn
2018-01-30
1
-1
/
+1
|
|
/
*
|
Fix pylint
Wojciech Siewierski
2018-04-01
1
-2
/
+4
*
|
examples: Add plugin_avfs.py, a simple AVFS integration
Wojciech Siewierski
2018-04-01
1
-0
/
+31
|
/
*
rifle_sxiv.sh: be POSIX, single = for string eq
Daniel Lublin
2017-12-14
1
-1
/
+1
*
Add a :narrow keybind to rc_emacs.conf
Wojciech Siewierski
2017-05-21
1
-0
/
+1
*
config/rc.conf: Properly set `preview_script` by default
nfnty
2017-04-12
1
-2
/
+2
*
linting: pylint: Remove most `disabled=protected-access`
nfnty
2017-01-30
1
-2
/
+2
*
examples: Added plugin_fasd_add.py
Theo Laurent
2017-01-29
1
-0
/
+25
*
Add setting `hostname_in_titlebar`
nfnty
2017-01-29
1
-0
/
+3
*
linting: pylint: Enable `broad-except`, Improve logging
nfnty
2017-01-21
1
-16
/
+13
*
Python 3 division: Import `division` from `__future__`
nfnty
2017-01-21
8
-8
/
+8
*
linting: pylint 2.0.0
nfnty
2017-01-17
1
-2
/
+1
*
linting: Python 2 compat: Import from `__future__`
nfnty
2017-01-17
8
-0
/
+17
*
linting: Python 2 compat
nfnty
2017-01-17
2
-6
/
+6
[next]