diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-01-15 13:50:40 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-01-15 13:50:40 +0100 |
commit | 310b60793c9e87eb2a13a7c0396c09634ca08a22 (patch) | |
tree | 797f93774e7fae0c03eadca9b3f8b90582e8e2d9 /ChangeLog | |
parent | 919298ad43bff814c91ed7bc4a402b72db6fa9a5 (diff) |
Add %F and %N printf sequences for escaped file name (closes #77)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +git HEAD + + * Add %F and %N format specifiers, containing an escaped version of %f/%n. + Example: %F for foo'bar".jpg will return 'foo'"'"'bar".jpg' + <https://github.com/derf/feh/issues/77> + Mon, 02 Jan 2012 11:54:01 +0100 Daniel Friesel <derf@finalrewind.org> * Release v2.2 |