Sean Hammond
24c0732753
Support DOTFILEMANAGER_HOSTNAME environment variable.
...
Fix bug with relative paths: always convert paths retrieved from the
command line args or from reading a link to absolute paths and expand
~'s.
Silence some print statements unless doing the report action.
Delete an unnecessary `path = os.path.join(to_dir,filename)` line.
2010-03-07 23:26:18 +00:00
Sean Hammond
e2fce1a2fb
Change the command-line interface. Don't use optparse just use sys.argv:
...
makelinks link|tidy|report [FROM_DIR [TO_DIR]]
2010-02-08 09:38:19 -05:00
Sean Hammond
3af41d5a93
Remove an unnecessary elif.
2010-02-08 09:37:31 -05:00
Sean Hammond
ff00673d19
Add a tip to the docstring about how to handle ~/.config
2010-02-08 09:36:35 -05:00
Sean Hammond
1c778b471a
Tweak a comment.
2009-11-11 15:17:54 +00:00
Sean Hammond
ab94916b22
Tidy up the imports (move them all onto one line)
2009-11-11 15:15:57 +00:00
Sean Hammond
52ee27eca9
Tweaking the TODOs in the module docstring.
2009-11-11 15:15:04 +00:00
Sean Hammond
ddc4ce5f3d
Initial commit. Feature-complete except for recursing into
...
subdiretories.
2009-11-11 15:09:37 +00:00