skilleter-thingy 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of skilleter-thingy might be problematic. Click here for more details.
- skilleter_thingy/multigit.py +5 -5
- {skilleter_thingy-0.1.0.dist-info → skilleter_thingy-0.1.1.dist-info}/METADATA +1 -1
- {skilleter_thingy-0.1.0.dist-info → skilleter_thingy-0.1.1.dist-info}/RECORD +7 -7
- {skilleter_thingy-0.1.0.dist-info → skilleter_thingy-0.1.1.dist-info}/LICENSE +0 -0
- {skilleter_thingy-0.1.0.dist-info → skilleter_thingy-0.1.1.dist-info}/WHEEL +0 -0
- {skilleter_thingy-0.1.0.dist-info → skilleter_thingy-0.1.1.dist-info}/entry_points.txt +0 -0
- {skilleter_thingy-0.1.0.dist-info → skilleter_thingy-0.1.1.dist-info}/top_level.txt +0 -0
skilleter_thingy/multigit.py
CHANGED
|
@@ -41,9 +41,9 @@ import thingy.colour as colour
|
|
|
41
41
|
# TODO: If run in a subdirectory, only process working trees in that tree (or have an option to do so, or an option _not_ to do so; --all)
|
|
42
42
|
# TODO: Ability to read default configuration options from ~/.config/thingy/multigit.rc - these are insert before argv[1] before argparse called
|
|
43
43
|
# TODO: When we have something with multiple matches display a menu for user to select the one that they one - make it a library routine so can be used, for instance, for branch selection
|
|
44
|
-
# TODO: Use
|
|
45
|
-
#
|
|
46
|
-
|
|
44
|
+
# TODO: Use pygit2
|
|
45
|
+
# TODO: Use PathLib
|
|
46
|
+
# TODO: Shell autocomplete for +dir
|
|
47
47
|
################################################################################
|
|
48
48
|
|
|
49
49
|
DEFAULT_CONFIG_FILE = 'multigit.toml'
|
|
@@ -374,8 +374,8 @@ def mg_dir(args, config, console):
|
|
|
374
374
|
error(f'No matches with [BLUE:{search_name}]')
|
|
375
375
|
|
|
376
376
|
if len(destination) > 1:
|
|
377
|
-
dest_list = "\n\t".join(destination)
|
|
378
|
-
error(f'Multiple matches with [BLUE:{search_name}]: {dest_list}')
|
|
377
|
+
dest_list = "\n\t".join([os.path.relpath(d) for d in destination])
|
|
378
|
+
error(f'Multiple matches with [BLUE:{search_name}]: \n\t{dest_list}')
|
|
379
379
|
|
|
380
380
|
colour.write(os.path.join(os.path.dirname(args.configuration_file), destination[0]))
|
|
381
381
|
else:
|
|
@@ -24,7 +24,7 @@ skilleter_thingy/gl.py,sha256=9zbGpKxw6lX9RghLkdy-Q5sZlqtbB3uGFO04qTu1dH8,5954
|
|
|
24
24
|
skilleter_thingy/gphotosync.py,sha256=M0yzt5IxCHezkCOQwz3Chn8oudY_M7PRffboIUFLedk,22477
|
|
25
25
|
skilleter_thingy/linecount.py,sha256=ehTN6VD76i4U5k6dXuYoiqSRHI67_BP-bziklNAJSKY,4309
|
|
26
26
|
skilleter_thingy/moviemover.py,sha256=QzUAWQzQ1AWWREIhl-VMaLo2h8MMhOekBnao5jGWV1s,4470
|
|
27
|
-
skilleter_thingy/multigit.py,sha256=
|
|
27
|
+
skilleter_thingy/multigit.py,sha256=cmMpeF6Zok9M4Cs2kpq6g68rt-CRS2hWzL-bIPE-2No,23045
|
|
28
28
|
skilleter_thingy/photodupe.py,sha256=l0hbzSLb2Vk2ceteg-x9fHXCEE1uUuFo84hz5rsZUPA,4184
|
|
29
29
|
skilleter_thingy/phototidier.py,sha256=BOu-cKHMivDlBqlRqv7sL3J6Ix1K2dxWWNcderldyZo,7818
|
|
30
30
|
skilleter_thingy/py_audit.py,sha256=xJm5k5qyeA6ii8mODa4dOkmP8L1drv94UHuxR54RsIM,4384
|
|
@@ -60,9 +60,9 @@ skilleter_thingy/thingy/run.py,sha256=6SNKWF01fSxzB10GMU9ajraXYZqAL1w0PXkqjJdr1U
|
|
|
60
60
|
skilleter_thingy/thingy/tfm_pane.py,sha256=oqy5zBzKwfbjbGqetbbhpKi4x5He7sl4qkmhUeqtdZc,19789
|
|
61
61
|
skilleter_thingy/thingy/tidy.py,sha256=71DCyj0VJrj52RmjQyj1eOiQJIfy5EIPHuThOrS6ZTA,5876
|
|
62
62
|
skilleter_thingy/thingy/venv_template.py,sha256=SsVNvSwojd8NnFeQaZPCRQYTNdwJRplpZpygbUEXRnY,1015
|
|
63
|
-
skilleter_thingy-0.1.
|
|
64
|
-
skilleter_thingy-0.1.
|
|
65
|
-
skilleter_thingy-0.1.
|
|
66
|
-
skilleter_thingy-0.1.
|
|
67
|
-
skilleter_thingy-0.1.
|
|
68
|
-
skilleter_thingy-0.1.
|
|
63
|
+
skilleter_thingy-0.1.1.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
|
|
64
|
+
skilleter_thingy-0.1.1.dist-info/METADATA,sha256=cISmCXOJL7ZhvMm0atPeBzrXCgf1t4V4riAEGetxDjs,29433
|
|
65
|
+
skilleter_thingy-0.1.1.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
66
|
+
skilleter_thingy-0.1.1.dist-info/entry_points.txt,sha256=u5ymS-KPljIGTnprV5yJsAjz7qgeT2BZ-Qo_Con_PFM,2145
|
|
67
|
+
skilleter_thingy-0.1.1.dist-info/top_level.txt,sha256=8-JhgToBBiWURunmvfpSxEvNkDHQQ7r25-aBXtZv61g,17
|
|
68
|
+
skilleter_thingy-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|