index
:
ranger
this commit
master
mirror of ranger - a simple, vim-like file manager
akspecs <akspecs@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ranger
/
container
/
bookmarks.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
commands: rename: Fix bookmarks and tags updating
nfnty
2017-02-01
1
-0
/
+14
*
container.bookmarks: Notify on errors, Disallow files
nfnty
2017-01-23
1
-38
/
+46
*
linting: pylint: Enable `broad-except`, Improve logging
nfnty
2017-01-21
1
-8
/
+4
*
Python 3 division: Import `division` from `__future__`
nfnty
2017-01-21
1
-1
/
+1
*
linting: Enable `consider-iterating-dictionary`
nfnty
2017-01-17
1
-1
/
+1
*
linting: Python 2 compat: Import from `__future__`
nfnty
2017-01-17
1
-0
/
+2
*
linting: pylint and flake8
nfnty
2017-01-17
1
-8
/
+8
*
linting: autopep8
nfnty
2017-01-17
1
-1
/
+1
*
Add missing whitespaces around arithmetic operators
stepshal
2016-06-22
1
-4
/
+4
*
Use 'except Exception:' instead of 'except:'
stepshal
2016-06-22
1
-2
/
+2
*
Put colon-separated compound statement on separate lines.
stepshal
2016-06-21
1
-3
/
+6
*
Merge branch 'reduntant' of https://github.com/stepshal/ranger
hut
2016-06-18
1
-1
/
+0
|
\
|
*
Remove reduntant blank lines
stepshal
2016-06-16
1
-1
/
+0
*
|
Add two blank lines where is expected
stepshal
2016-06-16
1
-0
/
+1
|
/
*
bookmark: replace delete by __delitem__ for consistency with other methods
Laurent Charignon
2016-01-31
1
-9
/
+7
*
bookmarks: add __delitem__ implementation
Laurent Charignon
2016-01-31
1
-0
/
+3
*
bookmarks: add missing initialization of original_dict
Laurent Charignon
2016-01-31
1
-0
/
+1
*
preserve permissions when updating bookmarks. Fix for #59
igoyak
2015-06-26
1
-0
/
+6
*
Neater copyright header
hut
2015-03-19
1
-2
/
+2
*
update email address
hut
2014-12-11
1
-1
/
+1
*
Changed email address in source code
hut
2013-08-08
1
-1
/
+1
*
Fix docstrings to comply with the PEP8
hut
2013-02-22
1
-7
/
+13
*
updated copyright notices
hut
2013-02-22
1
-1
/
+1
*
update email address (romanz@lavabit.com -> hut@lavabit.com)
hut
2013-02-22
1
-1
/
+1
*
removed all trailing whitespaces
hut
2013-02-10
1
-1
/
+1
*
replaced tabs with 4 spaces in all python files
hut
2013-02-10
1
-190
/
+190
*
shorten all copyright messages for better readability
hut
2012-03-14
1
-13
/
+1
*
Updated copyright headers
hut
2011-10-10
1
-1
/
+1
*
ext.keybindings: implemented %any macro
hut
2011-09-30
1
-1
/
+1
*
Fix loss of bookmarks when disk is full
hut
2011-03-08
1
-2
/
+3
*
fix exceptions from invalid unicode characters
hut
2010-05-16
1
-1
/
+4
*
Clean up
hut
2010-04-19
1
-4
/
+1
*
working on the configuration system / main method
hut
2010-03-12
1
-0
/
+8
*
Changed license to the GNU General Public License
hut
2010-02-28
1
-11
/
+12
*
cleanups
hut
2010-01-24
1
-6
/
+6
*
fixed #43: bookmark ` = '
hut
2010-01-18
1
-3
/
+8
*
added license information
hut
2010-01-08
1
-0
/
+14
*
random cleanups/fixes
hut
2010-01-01
1
-1
/
+4
*
bookmarks: added testcase, documentation, setting
hut
2010-01-01
1
-3
/
+5
*
bookmarks: fixed disappearing bookmarks
hut
2010-01-01
1
-4
/
+8
*
bookmarks: changed NonexistantBookmark to KeyError
hut
2010-01-01
1
-4
/
+1
*
bookmarks: catch some special conditions
hut
2010-01-01
1
-0
/
+4
*
draw a list of bookmarks when pressing ` or '
hut
2010-01-01
1
-0
/
+3
*
re-indented docstrings
hut
2009-12-17
1
-15
/
+16
*
updated / added tests
hut
2009-12-13
1
-4
/
+0
*
updated bookmarks
hut
2009-12-13
1
-72
/
+114
*
Restructuration
hut
2009-12-10
1
-0
/
+130