iterm stuff added to tree (and trackable)
This commit is contained in:
parent
705d6d4dc9
commit
1e0d8bdc07
1599 changed files with 99751 additions and 0 deletions
8
iterm2colors/tools/genMD.py
Executable file
8
iterm2colors/tools/genMD.py
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
import os
|
||||
|
||||
with open('README.md', 'w') as mkdn:
|
||||
mkdn.write("Screenshots\n===\n")
|
||||
for f in [f for f in os.listdir('.') if os.path.isfile(f)]:
|
||||
mkdn.write("`%s`\n\n" % f)
|
||||
mkdn.write("\n\n" % f)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue