mikeivanov / filepick

A developer's File Open dialog.

Clone this repository (size: 10.9 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/mikeivanov/filepick/
commit 6: f347f4ccb05d
parent 5: d3e224fb6b36
Added copyright notices defaulttip
linguist
7 months ago
View at rev
filepick /
filename size last modified message
LICENSE 1.5 KB 7 months ago Added License
README 526 B 7 months ago Fixed a typo
filepick.kpf 1.4 KB 7 months ago Added copyright notices
filepick.py 9.9 KB 7 months ago Added copyright notices

README

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
FilePick is a very simple yet extremely powerful developer's Open File 
dialog. It is a standalone script so it does not depend on any particular 
IDE. It accepts as a parameter a directory path to start scan with. If the 
user clicks OK button, then it spits out the selected file name to the 
stdout and quits. 

Files:

    filepick.py  - the script

    filepick.kpf - a macro for KomodoIDE. This macro adds Ctrl-Alt-O 
                   shortcut which starts the script and opens the selected 
                   file.