mirror of
https://github.com/novoid/filetags.git
synced 2026-02-16 14:04:14 +00:00
README: tests for Github orgdown rendering
This commit is contained in:
parent
58f1f66737
commit
b84ff93479
1 changed files with 5 additions and 5 deletions
10
README.org
10
README.org
|
|
@ -17,11 +17,11 @@ tags (switching from =draft= to =final= without removing =draft=).
|
|||
This Python script adds or removes tags to file names in the following
|
||||
form:
|
||||
|
||||
- "file without time stamp in name -- *tag2*.txt
|
||||
- "file name with several tags -- *tag1 tag2*.jpeg
|
||||
- "another example file name with multiple example tags -- *fun videos kids*.mpeg
|
||||
- "2013-05-09 a file name with ISO date stamp in name -- *tag1*.jpg
|
||||
- "2013-05-09T16.17 file name with time stamp -- *tag3*.csv
|
||||
- file without time stamp in name =--= *tag2*.txt
|
||||
- file name with several tags =--= *tag1 tag2*.jpeg
|
||||
- =another example file name with multiple example tags --= *fun videos kids*.mpeg
|
||||
- ="2013-05-09 a file name with ISO date stamp in name --= *tag1* =.jpg=
|
||||
- "2013-05-09T16.17 file name with time stamp -- *tag3*.csv"
|
||||
|
||||
The script accepts an arbitrary number of files (see your shell for
|
||||
possible length limitations).
|
||||
|
|
|
|||
Loading…
Reference in a new issue