core: expand '~' in get_files & import_dir
This commit is contained in:
parent
403ec18385
commit
c8bdbfd69f
3 changed files with 13 additions and 3 deletions
|
@ -98,7 +98,7 @@ for cls, p in modules:
|
|||
export_path: Paths
|
||||
|
||||
# path to a local clone of hypexport
|
||||
# alternatively, you can put the repository (or a symlink) in $MY_CONFIG/repos/hypexport
|
||||
# alternatively, you can put the repository (or a symlink) in $MY_CONFIG/my/config/repos/hypexport
|
||||
hypexport : Optional[PathIsh] = None
|
||||
#+end_src
|
||||
- [[file:../my/reddit.py][my.reddit]]
|
||||
|
@ -115,7 +115,7 @@ for cls, p in modules:
|
|||
export_path: Paths
|
||||
|
||||
# path to a local clone of rexport
|
||||
# alternatively, you can put the repository (or a symlink) in $MY_CONFIG/repos/rexport
|
||||
# alternatively, you can put the repository (or a symlink) in $MY_CONFIG/my/config/repos/rexport
|
||||
rexport : Optional[PathIsh] = None
|
||||
#+end_src
|
||||
- [[file:../my/twitter/twint.py][my.twitter.twint]]
|
||||
|
@ -172,7 +172,7 @@ for cls, p in modules:
|
|||
export_path : Paths
|
||||
|
||||
# path to a local clone of instapexport
|
||||
# alternatively, you can put the repository (or a symlink) in $MY_CONFIG/repos/instapexport
|
||||
# alternatively, you can put the repository (or a symlink) in $MY_CONFIG/my/config/repos/instapexport
|
||||
instapexport: Optional[PathIsh] = None
|
||||
#+end_src
|
||||
:end:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue