forked from Github/appendfilename
added pip setup
This commit is contained in:
parent
88c14fcbdd
commit
298a548a49
3 changed files with 16 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1 +1,5 @@
|
|||
*.pyc
|
||||
dist
|
||||
MANIFEST
|
||||
setup.py
|
||||
.gitignore
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
## Time-stamp: <2016-08-29 18:11:07 karl.voit>
|
||||
## Time-stamp: <2016-09-11 17:43:41 vk>
|
||||
## -*- coding: utf-8 -*-
|
||||
## This file is best viewed with GNU Emacs Org-mode: http://orgmode.org/
|
||||
|
||||
|
|
@ -71,6 +71,10 @@ For a complete list of parameters, please try:
|
|||
The file names within the current working directory is read in and all
|
||||
found words can be completed via TAB.
|
||||
|
||||
** Installation
|
||||
|
||||
Get it from [[https://github.com/novoid/appendfilename][GitHub]] or install it via «pip install appendfilename».
|
||||
|
||||
** Bonus: integrating into Geeqie (or similar file browsers)
|
||||
|
||||
I am using [[http://geeqie.sourceforge.net/][geeqie]] for browsing/presenting image files. For quickly
|
||||
|
|
|
|||
7
requirements.txt
Normal file
7
requirements.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
re
|
||||
os
|
||||
logging
|
||||
time
|
||||
sys
|
||||
optparse
|
||||
readline
|
||||
Loading…
Reference in a new issue