skilleter-thingy 0.0.27__py3-none-any.whl → 0.0.29__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/console_colours.py +1 -1
- skilleter_thingy/docker_purge.py +2 -2
- skilleter_thingy/ffind.py +5 -5
- skilleter_thingy/ggit.py +2 -2
- skilleter_thingy/ggrep.py +2 -2
- skilleter_thingy/git_br.py +2 -2
- skilleter_thingy/git_ca.py +3 -3
- skilleter_thingy/git_cleanup.py +2 -2
- skilleter_thingy/git_co.py +2 -2
- skilleter_thingy/git_common.py +2 -2
- skilleter_thingy/git_hold.py +2 -2
- skilleter_thingy/git_mr.py +2 -2
- skilleter_thingy/git_parent.py +2 -2
- skilleter_thingy/git_review.py +10 -4
- skilleter_thingy/git_update.py +2 -2
- skilleter_thingy/git_wt.py +1 -1
- skilleter_thingy/gitcmp_helper.py +6 -6
- skilleter_thingy/gitprompt.py +2 -2
- skilleter_thingy/gl.py +2 -2
- skilleter_thingy/gphotosync.py +1 -1
- skilleter_thingy/linecount.py +1 -1
- skilleter_thingy/phototidier.py +1 -1
- skilleter_thingy/readable.py +2 -2
- skilleter_thingy/remdir.py +2 -2
- skilleter_thingy/rpylint.py +1 -1
- skilleter_thingy/tfm.py +2 -2
- skilleter_thingy/tfparse.py +1 -1
- skilleter_thingy/{dircolors.py → thingy/dircolors.py} +2 -2
- skilleter_thingy/{docker.py → thingy/docker.py} +1 -1
- skilleter_thingy/{files.py → thingy/files.py} +1 -1
- skilleter_thingy/{git.py → thingy/git.py} +6 -3
- skilleter_thingy/{git2.py → thingy/git2.py} +2 -2
- skilleter_thingy/{gitlab.py → thingy/gitlab.py} +1 -1
- skilleter_thingy/{path.py → thingy/path.py} +1 -1
- skilleter_thingy/{process.py → thingy/process.py} +1 -1
- skilleter_thingy/{run.py → thingy/run.py} +2 -2
- skilleter_thingy/{tfm_pane.py → thingy/tfm_pane.py} +3 -3
- skilleter_thingy/trimpath.py +2 -2
- {skilleter_thingy-0.0.27.dist-info → skilleter_thingy-0.0.29.dist-info}/METADATA +1 -1
- skilleter_thingy-0.0.29.dist-info/RECORD +65 -0
- skilleter_thingy-0.0.27.dist-info/RECORD +0 -65
- /skilleter_thingy/{colour.py → thingy/colour.py} +0 -0
- /skilleter_thingy/{dc_curses.py → thingy/dc_curses.py} +0 -0
- /skilleter_thingy/{dc_defaults.py → thingy/dc_defaults.py} +0 -0
- /skilleter_thingy/{dc_util.py → thingy/dc_util.py} +0 -0
- /skilleter_thingy/{logger.py → thingy/logger.py} +0 -0
- /skilleter_thingy/{popup.py → thingy/popup.py} +0 -0
- /skilleter_thingy/{tidy.py → thingy/tidy.py} +0 -0
- {skilleter_thingy-0.0.27.dist-info → skilleter_thingy-0.0.29.dist-info}/LICENSE +0 -0
- {skilleter_thingy-0.0.27.dist-info → skilleter_thingy-0.0.29.dist-info}/WHEEL +0 -0
- {skilleter_thingy-0.0.27.dist-info → skilleter_thingy-0.0.29.dist-info}/entry_points.txt +0 -0
- {skilleter_thingy-0.0.27.dist-info → skilleter_thingy-0.0.29.dist-info}/top_level.txt +0 -0
skilleter_thingy/docker_purge.py
CHANGED
|
@@ -13,8 +13,8 @@ import sys
|
|
|
13
13
|
import re
|
|
14
14
|
import argparse
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
import thingy.logger as logger
|
|
17
|
+
import thingy.docker as docker
|
|
18
18
|
|
|
19
19
|
################################################################################
|
|
20
20
|
|
skilleter_thingy/ffind.py
CHANGED
|
@@ -28,11 +28,11 @@ import re
|
|
|
28
28
|
import shlex
|
|
29
29
|
import copy
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
31
|
+
import thingy.git as git
|
|
32
|
+
import thingy.logger as logger
|
|
33
|
+
import thingy.run as run
|
|
34
|
+
import thingy.dircolors as dircolors
|
|
35
|
+
import thingy.colour as colour
|
|
36
36
|
|
|
37
37
|
################################################################################
|
|
38
38
|
|
skilleter_thingy/ggit.py
CHANGED
|
@@ -7,8 +7,8 @@ import os
|
|
|
7
7
|
import subprocess
|
|
8
8
|
import argparse
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
import thingy.git as git
|
|
11
|
+
import thingy.colour as colour
|
|
12
12
|
|
|
13
13
|
################################################################################
|
|
14
14
|
|
skilleter_thingy/ggrep.py
CHANGED
|
@@ -13,8 +13,8 @@ import re
|
|
|
13
13
|
import sys
|
|
14
14
|
import argparse
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
import thingy.colour as colour
|
|
17
|
+
import thingy.git as git
|
|
18
18
|
|
|
19
19
|
################################################################################
|
|
20
20
|
|
skilleter_thingy/git_br.py
CHANGED
|
@@ -21,8 +21,8 @@ import datetime
|
|
|
21
21
|
from dateutil.parser import parse
|
|
22
22
|
from dateutil.relativedelta import relativedelta
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
import thingy.git as git
|
|
25
|
+
import thingy.colour as colour
|
|
26
26
|
|
|
27
27
|
################################################################################
|
|
28
28
|
|
skilleter_thingy/git_ca.py
CHANGED
|
@@ -16,9 +16,9 @@ import os
|
|
|
16
16
|
import argparse
|
|
17
17
|
import sys
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
import thingy.colour as colour
|
|
20
|
+
import thingy.git as git
|
|
21
|
+
import thingy.logger as logger
|
|
22
22
|
|
|
23
23
|
################################################################################
|
|
24
24
|
|
skilleter_thingy/git_cleanup.py
CHANGED
|
@@ -13,8 +13,8 @@ import sys
|
|
|
13
13
|
import argparse
|
|
14
14
|
import logging
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
import thingy.git as git
|
|
17
|
+
import thingy.colour as colour
|
|
18
18
|
|
|
19
19
|
################################################################################
|
|
20
20
|
# Constants
|
skilleter_thingy/git_co.py
CHANGED
|
@@ -24,8 +24,8 @@ import logging
|
|
|
24
24
|
import sys
|
|
25
25
|
import argparse
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
import thingy.git as git
|
|
28
|
+
import thingy.colour as colour
|
|
29
29
|
|
|
30
30
|
assert sys.version_info.major >= 3 and sys.version_info.minor >= 6
|
|
31
31
|
|
skilleter_thingy/git_common.py
CHANGED
|
@@ -9,8 +9,8 @@ Report the oldest commit in common in the history of two commits
|
|
|
9
9
|
import sys
|
|
10
10
|
import argparse
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
import thingy.colour as colour
|
|
13
|
+
import thingy.git as git
|
|
14
14
|
|
|
15
15
|
################################################################################
|
|
16
16
|
|
skilleter_thingy/git_hold.py
CHANGED
|
@@ -6,8 +6,8 @@ import sys
|
|
|
6
6
|
import argparse
|
|
7
7
|
import fnmatch
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
import thingy.colour as colour
|
|
10
|
+
import thingy.git as git
|
|
11
11
|
|
|
12
12
|
################################################################################
|
|
13
13
|
# Prefix for tags representing archived branches
|
skilleter_thingy/git_mr.py
CHANGED
|
@@ -8,8 +8,8 @@ import logging
|
|
|
8
8
|
import sys
|
|
9
9
|
import argparse
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
import thingy.git as git
|
|
12
|
+
import thingy.colour as colour
|
|
13
13
|
|
|
14
14
|
################################################################################
|
|
15
15
|
|
skilleter_thingy/git_parent.py
CHANGED
|
@@ -10,8 +10,8 @@ the distance to the potential parent.
|
|
|
10
10
|
import argparse
|
|
11
11
|
import sys
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
import thingy.git as git
|
|
14
|
+
import thingy.colour as colour
|
|
15
15
|
|
|
16
16
|
################################################################################
|
|
17
17
|
|
skilleter_thingy/git_review.py
CHANGED
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
* Show: all / wildcard match / wildcard non-match
|
|
28
28
|
* Show: all / reviewed / unreviewed files
|
|
29
29
|
* Tag files for group operations (reset, delete, add, commit)
|
|
30
|
+
* Handle renamed files properly - need to show old and new names, but need to return this info from git.commit_info()
|
|
30
31
|
|
|
31
32
|
BUGS:
|
|
32
|
-
* Fails to handle renamed files -thinks it a file called 'oldname => newname'
|
|
33
33
|
* If console window is too small, popups aren't displayed - should handle this better - scrollable popup?
|
|
34
34
|
* Switching between hiding reviewed files and not does not maintain cursor position
|
|
35
35
|
* In hide mode, ins should not move down
|
|
@@ -52,9 +52,9 @@ import subprocess
|
|
|
52
52
|
import time
|
|
53
53
|
from enum import IntEnum
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
import thingy.git as git
|
|
56
|
+
import thingy.dc_curses as dc_curses
|
|
57
|
+
import thingy.colour as colour
|
|
58
58
|
|
|
59
59
|
################################################################################
|
|
60
60
|
# Colour pair codes
|
|
@@ -1273,6 +1273,7 @@ def parse_command_line():
|
|
|
1273
1273
|
parser.add_argument('-b', '--branch', type=str, help='Compare the specified commit to branch point on specified branch')
|
|
1274
1274
|
parser.add_argument('-C', '--change', action='store_true', help='Compare the current commit with its parent')
|
|
1275
1275
|
parser.add_argument('-d', '--debug', action='store_true', help='Start a debug session over Telnet using pudb')
|
|
1276
|
+
parser.add_argument('--dir', action='store', help='Work in the specified directory')
|
|
1276
1277
|
parser.add_argument('--difftool', type=str, default=None, help='Override the default git diff tool')
|
|
1277
1278
|
|
|
1278
1279
|
parser.add_argument('commits', nargs='*', help='Commit(s) or paths to compare')
|
|
@@ -1285,6 +1286,11 @@ def parse_command_line():
|
|
|
1285
1286
|
from pudb.remote import set_trace
|
|
1286
1287
|
set_trace()
|
|
1287
1288
|
|
|
1289
|
+
# Move to a new directory, if required
|
|
1290
|
+
|
|
1291
|
+
if args.dir:
|
|
1292
|
+
os.chdir(args.dir)
|
|
1293
|
+
|
|
1288
1294
|
# Make sure that we're actually in a git working tree
|
|
1289
1295
|
|
|
1290
1296
|
if not git.working_tree():
|
skilleter_thingy/git_update.py
CHANGED
|
@@ -26,8 +26,8 @@ import argparse
|
|
|
26
26
|
import fnmatch
|
|
27
27
|
import logging
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
import thingy.git as git
|
|
30
|
+
import thingy.colour as colour
|
|
31
31
|
|
|
32
32
|
################################################################################
|
|
33
33
|
|
skilleter_thingy/git_wt.py
CHANGED
|
@@ -43,12 +43,12 @@ import argparse
|
|
|
43
43
|
import filecmp
|
|
44
44
|
import re
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
46
|
+
import thingy.logger as logger
|
|
47
|
+
import thingy.colour as colour
|
|
48
|
+
import thingy.run as run
|
|
49
|
+
import thingy.files as files
|
|
50
|
+
import thingy.git as git
|
|
51
|
+
import thingy.dircolors as dircolors
|
|
52
52
|
|
|
53
53
|
################################################################################
|
|
54
54
|
# Constants
|
skilleter_thingy/gitprompt.py
CHANGED
|
@@ -49,8 +49,8 @@ import os
|
|
|
49
49
|
import sys
|
|
50
50
|
import argparse
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
import thingy.git as git
|
|
53
|
+
import thingy.colour as colour
|
|
54
54
|
|
|
55
55
|
################################################################################
|
|
56
56
|
# Constants
|
skilleter_thingy/gl.py
CHANGED
|
@@ -13,8 +13,8 @@ import os
|
|
|
13
13
|
import sys
|
|
14
14
|
from collections import defaultdict
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
import thingy.colour as colour
|
|
17
|
+
import thingy.gitlab as gitlab
|
|
18
18
|
|
|
19
19
|
################################################################################
|
|
20
20
|
|
skilleter_thingy/gphotosync.py
CHANGED
|
@@ -26,7 +26,7 @@ from collections import defaultdict
|
|
|
26
26
|
from dateutil.relativedelta import relativedelta
|
|
27
27
|
from PIL import Image, ExifTags
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
import thingy.colour as colour
|
|
30
30
|
|
|
31
31
|
################################################################################
|
|
32
32
|
|
skilleter_thingy/linecount.py
CHANGED
skilleter_thingy/phototidier.py
CHANGED
|
@@ -26,7 +26,7 @@ from PIL import UnidentifiedImageError
|
|
|
26
26
|
from PIL import Image
|
|
27
27
|
from PIL.ExifTags import TAGS
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
import thingy.colour as colour
|
|
30
30
|
|
|
31
31
|
################################################################################
|
|
32
32
|
|
skilleter_thingy/readable.py
CHANGED
|
@@ -21,8 +21,8 @@ import re
|
|
|
21
21
|
import filecmp
|
|
22
22
|
import shutil
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
import thingy.tidy as tidy
|
|
25
|
+
import thingy.files as files
|
|
26
26
|
|
|
27
27
|
################################################################################
|
|
28
28
|
|
skilleter_thingy/remdir.py
CHANGED
skilleter_thingy/rpylint.py
CHANGED
skilleter_thingy/tfm.py
CHANGED
|
@@ -89,8 +89,8 @@ from collections import defaultdict
|
|
|
89
89
|
import threading
|
|
90
90
|
import queue
|
|
91
91
|
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
import thingy.popup as popup
|
|
93
|
+
import thingy.tfm_pane as tfm_pane
|
|
94
94
|
|
|
95
95
|
################################################################################
|
|
96
96
|
# Colour pair codes
|
skilleter_thingy/tfparse.py
CHANGED
|
@@ -14,8 +14,8 @@ from io import StringIO, TextIOBase
|
|
|
14
14
|
import os
|
|
15
15
|
import stat
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
import thingy.dc_defaults as dc_defaults
|
|
18
|
+
import thingy.dc_util as dc_util
|
|
19
19
|
|
|
20
20
|
__all__ = ['Dircolors']
|
|
21
21
|
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
################################################################################
|
|
14
14
|
|
|
15
15
|
# TODO: Convert to use thingy.proc
|
|
16
|
-
|
|
16
|
+
import thingy.process as process
|
|
17
17
|
|
|
18
18
|
################################################################################
|
|
19
19
|
|
|
@@ -28,8 +28,8 @@ import logging
|
|
|
28
28
|
import fnmatch
|
|
29
29
|
import subprocess
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
import thingy.run as run
|
|
32
|
+
import thingy.gitlab as gitlab
|
|
33
33
|
|
|
34
34
|
################################################################################
|
|
35
35
|
# Configuration files to access
|
|
@@ -47,7 +47,7 @@ class GitError(run.RunError):
|
|
|
47
47
|
################################################################################
|
|
48
48
|
|
|
49
49
|
def git(cmd, stdout=None, stderr=None):
|
|
50
|
-
""" Wrapper for run.run that raises a GitError instead of RunError
|
|
50
|
+
""" Wrapper for thingy.run.run that raises a GitError instead of RunError
|
|
51
51
|
so that Git module users do not to include the run module just
|
|
52
52
|
to get the exception.
|
|
53
53
|
Optionally redirect stdout and stderr as specified. """
|
|
@@ -531,8 +531,10 @@ def commit_info(commit_1=None, commit_2=None, paths=None, diff_stats=False):
|
|
|
531
531
|
lines_del = 0 if p.group(2) == '-' else int(p.group(2))
|
|
532
532
|
|
|
533
533
|
if ' => ' in p.group(3):
|
|
534
|
+
filepath = p.group(3).split('{')[0]
|
|
534
535
|
filename = p.group(3).split(' => ')[1]
|
|
535
536
|
filename = filename.replace('}', '')
|
|
537
|
+
filename = os.path.join(filepath, filename)
|
|
536
538
|
else:
|
|
537
539
|
filename = p.group(3)
|
|
538
540
|
|
|
@@ -581,6 +583,7 @@ def commit_info(commit_1=None, commit_2=None, paths=None, diff_stats=False):
|
|
|
581
583
|
|
|
582
584
|
if diff_stats:
|
|
583
585
|
# Run git diff to get stats, and add them to the info
|
|
586
|
+
# TODO: Need to extract old name of renamed files
|
|
584
587
|
|
|
585
588
|
results = git(['diff', '--numstat'] + params)
|
|
586
589
|
|
|
@@ -29,8 +29,8 @@ import subprocess
|
|
|
29
29
|
|
|
30
30
|
import pygit2
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
import thingy.run as run
|
|
33
|
+
import thingy.gitlab as gitlab
|
|
34
34
|
|
|
35
35
|
################################################################################
|
|
36
36
|
# Configuration files to access
|
|
@@ -26,7 +26,7 @@ import os
|
|
|
26
26
|
try:
|
|
27
27
|
import requests
|
|
28
28
|
except ModuleNotFoundError:
|
|
29
|
-
sys.stderr.write('This code requires the Python "requests" module which should be installed via
|
|
29
|
+
sys.stderr.write('This code requires the Python "requests" module which should be installed via your package manager\n')
|
|
30
30
|
sys.exit(1)
|
|
31
31
|
|
|
32
32
|
################################################################################
|
|
@@ -23,8 +23,8 @@ import subprocess
|
|
|
23
23
|
import threading
|
|
24
24
|
import shlex
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
import thingy.colour
|
|
27
|
+
import thingy.tidy
|
|
28
28
|
|
|
29
29
|
################################################################################
|
|
30
30
|
|
|
@@ -16,9 +16,9 @@ from enum import IntEnum
|
|
|
16
16
|
if sys.platform == 'linux':
|
|
17
17
|
import inotify.adapters
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
import thingy.dc_curses as dc_curses
|
|
20
|
+
import thingy.path as path
|
|
21
|
+
import thingy.popup as popup
|
|
22
22
|
|
|
23
23
|
################################################################################
|
|
24
24
|
|
skilleter_thingy/trimpath.py
CHANGED
|
@@ -14,8 +14,8 @@ import os
|
|
|
14
14
|
import argparse
|
|
15
15
|
import shutil
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
import thingy.path as path
|
|
18
|
+
import thingy.logger as logger
|
|
19
19
|
|
|
20
20
|
################################################################################
|
|
21
21
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: skilleter_thingy
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.29
|
|
4
4
|
Summary: A collection of useful utilities, mainly aimed at making Git more friendly
|
|
5
5
|
Author-email: John Skilleter <john@skilleter.org.uk>
|
|
6
6
|
Project-URL: Home, https://skilleter.org.uk
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
skilleter_thingy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
skilleter_thingy/addpath.py,sha256=4Yhhgjjz1XDI98j0dAiQpNA2ejLefeWUTeSg3nIXQq0,3842
|
|
3
|
+
skilleter_thingy/borger.py,sha256=AQX7OHeGXcUjkgyXEWE2h_oOey9eczZBbKjrreXvRAs,7832
|
|
4
|
+
skilleter_thingy/console_colours.py,sha256=BOS9mo3jChx_FE8L1j488MDoVNgib11KjTRhrz_YRYE,1781
|
|
5
|
+
skilleter_thingy/diskspacecheck.py,sha256=7xsj4egXXV6jPhXZTe2b5rS03XAmm5uLC5TeiO1NJoE,2072
|
|
6
|
+
skilleter_thingy/docker_purge.py,sha256=2t6yjlxmHCHKMAejLViYyOQNzyqSXGiV59df4Wlojaw,3349
|
|
7
|
+
skilleter_thingy/ffind.py,sha256=1MQGnzr-n3TUH2yFphfj4SjYNR3b-6LsdmLjhHJy2e0,19345
|
|
8
|
+
skilleter_thingy/ggit.py,sha256=AIhW3S7HC9smgBcHmDsbTLnO6j9VASkeLsBeA0hnCvM,2480
|
|
9
|
+
skilleter_thingy/ggrep.py,sha256=Mxme8gliQms9-_uf7CLqD9Zd3ZAVFWjamsK6dWw58jg,5863
|
|
10
|
+
skilleter_thingy/git_br.py,sha256=NUCqe85VCgouzEpbMVODaScPIsbCrC4pe7zDMDz02Ro,5799
|
|
11
|
+
skilleter_thingy/git_ca.py,sha256=0SluqsJaNSaPdcS4c94648ELAm7aHB3aWgIdF1sngT8,4963
|
|
12
|
+
skilleter_thingy/git_cleanup.py,sha256=TnUPYAUnByVyY_dwANzDg2BGGNh3jskNF1DgU3pc8Jk,10201
|
|
13
|
+
skilleter_thingy/git_co.py,sha256=gBES0ltlomy7vXX8IHh0-Vt1af54t2Ie5UnRYYfP4tM,8212
|
|
14
|
+
skilleter_thingy/git_common.py,sha256=ZjNkvIBRDGNLFYwOu9FjeqdDKJdm0sndX5QATtmq290,1879
|
|
15
|
+
skilleter_thingy/git_hold.py,sha256=yXpbpwH0cKpRiSAwxsYZncF4XHkJREUiLEyxCWzN8Rg,4617
|
|
16
|
+
skilleter_thingy/git_mr.py,sha256=BCE68hhz2bV0zwHkEv5tyfRY0aXoUdb_aJ-yWYDu_Wo,3087
|
|
17
|
+
skilleter_thingy/git_parent.py,sha256=D47D01dPs6kActusA0ircJYTv8tBjDoe8MzMpJVWJpA,2683
|
|
18
|
+
skilleter_thingy/git_review.py,sha256=1_vGcEgy6TvzoXIIDqsOeRZ4qeweDeNPuLwDQsEH08k,51769
|
|
19
|
+
skilleter_thingy/git_update.py,sha256=2SAGeqL2LjdsXTYak3nvPtNfhSOWJdXZfAUx6bqC8Qw,13972
|
|
20
|
+
skilleter_thingy/git_wt.py,sha256=JFZn54r9B9qRv6f4TkZ1-IH_fDWSiEIUcu8SJjlwj0Y,3136
|
|
21
|
+
skilleter_thingy/gitcmp_helper.py,sha256=_3ji-PyIF2oI6a4zyUPjLeCFgAtACykxPpOrbjD6-aw,11245
|
|
22
|
+
skilleter_thingy/gitprompt.py,sha256=SzSMd0EGI7ftPko80Q2PipwbVA-qjU1jsmdpmTCM5GI,8912
|
|
23
|
+
skilleter_thingy/gl.py,sha256=9zbGpKxw6lX9RghLkdy-Q5sZlqtbB3uGFO04qTu1dH8,5954
|
|
24
|
+
skilleter_thingy/gphotosync.py,sha256=TBxGEwhbMKv47tw1R-9roGPXZE_XYfZTNEe8FsA4AxI,22035
|
|
25
|
+
skilleter_thingy/linecount.py,sha256=5voQtjJjDCVx4zjPwVRy620NpuLiwwFitzxjIsRGtxQ,4310
|
|
26
|
+
skilleter_thingy/moviemover.py,sha256=j_Xb9_jFdgpFBAXcF4tEqbnKH_FonlnUU39LiCK980k,4470
|
|
27
|
+
skilleter_thingy/photodupe.py,sha256=FssLgbLnqHPuSvMGtRyOa7bRdowufJOQaJJ56f9ybxk,4195
|
|
28
|
+
skilleter_thingy/phototidier.py,sha256=5gSjlINUxf3ZQl3NG0o7CsWwODvTbokIMIafLFvn8Hc,7818
|
|
29
|
+
skilleter_thingy/py_audit.py,sha256=ZyKN8O0fM4xnwVspk1qH_Dnv5ujM7lJfKxC87xWilr0,4395
|
|
30
|
+
skilleter_thingy/readable.py,sha256=eZ6nI5TDMncwP74sdPMXrvGTNR7M51-NUGOxRwJpAvA,9474
|
|
31
|
+
skilleter_thingy/remdir.py,sha256=-C-LAOaphdKLbBwm--rEwrsDdyldXps-C4s8iDNOKw8,4610
|
|
32
|
+
skilleter_thingy/rmdupe.py,sha256=tcX3w8XvliGwBMdSt9BUu07kuDtQEc0IiU8sCxmgzHA,17117
|
|
33
|
+
skilleter_thingy/rpylint.py,sha256=TzZ5GvWrqgTKYKZwadTvzdbX-DJ8ll4WfVJqtN6IzO0,2635
|
|
34
|
+
skilleter_thingy/splitpics.py,sha256=qRlJrqet7TEI6SodS4bkuKXQUpOdMaqmjE4c1CR7ouo,3266
|
|
35
|
+
skilleter_thingy/strreplace.py,sha256=xsIWw0hc452rYEBtNEQFKIzmV03xjm_Taz-eDTmFFKI,2539
|
|
36
|
+
skilleter_thingy/sysmon.py,sha256=XRZG6EVSzoVYan_N16qVB1l1RaU51uvLWlRA0CDjC54,11348
|
|
37
|
+
skilleter_thingy/tfm.py,sha256=3ejKNI2P65lGz-50mxRMxW_o5NmoeMDcmhji_0uALhI,33703
|
|
38
|
+
skilleter_thingy/tfparse.py,sha256=u1IZH2J_WH1aORyMozKSI2JKok7_S1MMJhiobzmhlUI,2988
|
|
39
|
+
skilleter_thingy/trimpath.py,sha256=IJU3zl4Hg08g0eU24LZyDlGfNa-5k-TZM5s9zR4OIdA,2385
|
|
40
|
+
skilleter_thingy/window_rename.py,sha256=dCBgZqih_3YKHt35hsOAhARFp3QxOi8w8huC63sqJK8,3128
|
|
41
|
+
skilleter_thingy/xchmod.py,sha256=F9_lxKuLqVlHHr3oBI3dkMoFOuwRzYDlpQMTmDcjpBI,4590
|
|
42
|
+
skilleter_thingy/yamlcheck.py,sha256=FXylZ5NtHirDlPVhVEUZUZkTugVR-g51BbjaN06akAc,2868
|
|
43
|
+
skilleter_thingy/thingy/colour.py,sha256=D-RTYsND6Xm6m3xl0mOe9QSrTNYsyY0K_a8x3id2gvg,7031
|
|
44
|
+
skilleter_thingy/thingy/dc_curses.py,sha256=fuuQPR11zV_akAhygL_cAhVLC5YAgKgowzlITVbETE8,8539
|
|
45
|
+
skilleter_thingy/thingy/dc_defaults.py,sha256=ahcteQvoWZrO5iTU68zkIY1Zex6iX5uR5ubwI4CCYBk,6170
|
|
46
|
+
skilleter_thingy/thingy/dc_util.py,sha256=Df73imXhHx3HzcPHiRcHAoea0e3HURdLcrolUsMhOFs,1783
|
|
47
|
+
skilleter_thingy/thingy/dircolors.py,sha256=5NbXMsGWdABLvvZfB70VPmN6N5HyyihfpgoQq1NRJbg,12264
|
|
48
|
+
skilleter_thingy/thingy/docker.py,sha256=9EFatudoVPfB1UbDEtzdJDB3o6ToHiNHv8-oLsUeqiQ,2449
|
|
49
|
+
skilleter_thingy/thingy/files.py,sha256=8wXUHEGALhHvYtJewjSNwHFw-hGHFYbWH9_40lJj5ZY,4257
|
|
50
|
+
skilleter_thingy/thingy/git.py,sha256=9y58KhFx6t9nNyqMbixM5cl8LBcD2sdCh9UgyVPv4bo,38043
|
|
51
|
+
skilleter_thingy/thingy/git2.py,sha256=xfQrOpOk4SLdE6T-pr0FTuYGn0gSY92VMDpmqvX3gDM,35751
|
|
52
|
+
skilleter_thingy/thingy/gitlab.py,sha256=uXAF918xnPk6qQyiwPQDbMZfqtJzhiRqDS7yEtJEIAg,6079
|
|
53
|
+
skilleter_thingy/thingy/logger.py,sha256=xKgPAq8KGXmtaXIFjFs1AmZJXtYrXJn2sqL3oxHZjfQ,3107
|
|
54
|
+
skilleter_thingy/thingy/path.py,sha256=me__Ukw-7NiD70Yd9tOWyj7QX79-deFvsQaQ9AGzWzU,4732
|
|
55
|
+
skilleter_thingy/thingy/popup.py,sha256=jW-nbpdeswqEMTli7OmBv1J8XQsvFoMI0J33O6dOeu8,2529
|
|
56
|
+
skilleter_thingy/thingy/process.py,sha256=88pKHQZXBP1m3Ja7t3DtKJ4Njn7HS2OtcI0Z0i1KwUs,3560
|
|
57
|
+
skilleter_thingy/thingy/run.py,sha256=qdQhx4IKGl2zoUA8bhlWl9ijAb5PD8l29lmAfZrzoO4,12589
|
|
58
|
+
skilleter_thingy/thingy/tfm_pane.py,sha256=40DmQeLMEUPiKKIJkgN1MEpIen00V70I1HB7Q6git44,19814
|
|
59
|
+
skilleter_thingy/thingy/tidy.py,sha256=wzkyxzCsHXyY46G3Rjqu4ZrqiL8QMbRXyJEeYOmpy-o,5402
|
|
60
|
+
skilleter_thingy-0.0.29.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
|
|
61
|
+
skilleter_thingy-0.0.29.dist-info/METADATA,sha256=Bn5dfCtat3Hl8j_UFa80keL3DIuIFWVnElh8qFKTWNU,5210
|
|
62
|
+
skilleter_thingy-0.0.29.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
63
|
+
skilleter_thingy-0.0.29.dist-info/entry_points.txt,sha256=jf7hVfH0dojLxk0D4TjIazKoqdToditCGdCfyhIotME,1971
|
|
64
|
+
skilleter_thingy-0.0.29.dist-info/top_level.txt,sha256=8-JhgToBBiWURunmvfpSxEvNkDHQQ7r25-aBXtZv61g,17
|
|
65
|
+
skilleter_thingy-0.0.29.dist-info/RECORD,,
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
skilleter_thingy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
skilleter_thingy/addpath.py,sha256=4Yhhgjjz1XDI98j0dAiQpNA2ejLefeWUTeSg3nIXQq0,3842
|
|
3
|
-
skilleter_thingy/borger.py,sha256=AQX7OHeGXcUjkgyXEWE2h_oOey9eczZBbKjrreXvRAs,7832
|
|
4
|
-
skilleter_thingy/colour.py,sha256=D-RTYsND6Xm6m3xl0mOe9QSrTNYsyY0K_a8x3id2gvg,7031
|
|
5
|
-
skilleter_thingy/console_colours.py,sha256=dT5qc_B62VJaWs92yrFt1izoB7hs3a22t3lfrZFybG4,1786
|
|
6
|
-
skilleter_thingy/dc_curses.py,sha256=fuuQPR11zV_akAhygL_cAhVLC5YAgKgowzlITVbETE8,8539
|
|
7
|
-
skilleter_thingy/dc_defaults.py,sha256=ahcteQvoWZrO5iTU68zkIY1Zex6iX5uR5ubwI4CCYBk,6170
|
|
8
|
-
skilleter_thingy/dc_util.py,sha256=Df73imXhHx3HzcPHiRcHAoea0e3HURdLcrolUsMhOFs,1783
|
|
9
|
-
skilleter_thingy/dircolors.py,sha256=xXyk1Bd40NTePGlQr0ejrrB33njLPkqZvw8YTwqS9Og,12268
|
|
10
|
-
skilleter_thingy/diskspacecheck.py,sha256=7xsj4egXXV6jPhXZTe2b5rS03XAmm5uLC5TeiO1NJoE,2072
|
|
11
|
-
skilleter_thingy/docker.py,sha256=ZGz26NS07JOOi5nzOXRq0CMpV_lsfsz1b-tznJI6IOQ,2453
|
|
12
|
-
skilleter_thingy/docker_purge.py,sha256=BD346aZ5eRf1XIgiNrjrfcx2XIPbgqi5bFWqLMfv2MU,3359
|
|
13
|
-
skilleter_thingy/ffind.py,sha256=jiTPjsIvFaQHdiC9xosQGUs-8PDZ9wks0aX9yDv8Sy8,19373
|
|
14
|
-
skilleter_thingy/files.py,sha256=jGFITALK6OPqxJWw3q1vY7mvcxD_JtwMYUMNYnAWqhw,4261
|
|
15
|
-
skilleter_thingy/ggit.py,sha256=LpXtis78r46MpSizbFh_9YWsrL6tn94tRQYoXJi0M-4,2493
|
|
16
|
-
skilleter_thingy/ggrep.py,sha256=dGJv8gHC7bGgFBSrXsPYbwy_1Y40Rz7-Sw7R99G01NE,5876
|
|
17
|
-
skilleter_thingy/git.py,sha256=MxD9y0pPcmZ7nAEE32OFxG16xqYbHacvASm5SksAj9Y,37887
|
|
18
|
-
skilleter_thingy/git2.py,sha256=Ni1eigoOYAeps2YbTaQWYCpL6WjZMKSv4CqiiFi0nJg,35764
|
|
19
|
-
skilleter_thingy/git_br.py,sha256=cLtQJPqpPmBxlheKSHTl-DlzRGb1m8QZUfupWvaof68,5812
|
|
20
|
-
skilleter_thingy/git_ca.py,sha256=Lh4BgZR_m6wRlbWdw84qMrW-y6vqMWkbDAR08uoQVGE,4981
|
|
21
|
-
skilleter_thingy/git_cleanup.py,sha256=VjPxvB6cH2gpOqEz8JyWkWIVrbaNuubJ6NqTJsTEXVI,10214
|
|
22
|
-
skilleter_thingy/git_co.py,sha256=JRVF_RdmdjPbJ2QN_t1tz4PrC4TpjJcKzaAfv0aLBeo,8225
|
|
23
|
-
skilleter_thingy/git_common.py,sha256=sjCRCNfyDhLPtxajjiq1l0SCEqB7d1L2uAgnuxLqc1k,1892
|
|
24
|
-
skilleter_thingy/git_hold.py,sha256=i-mbY6wBZ-lRx6rS2kGyWlTCWqK6suhKape7Dnc4OAo,4630
|
|
25
|
-
skilleter_thingy/git_mr.py,sha256=ik3uVecNos_73aYANgnaHutPdnW3PlGmWiAw9EJ9IGk,3100
|
|
26
|
-
skilleter_thingy/git_parent.py,sha256=1VHbh_iH4tnw6vpafqHWEeZwHZVL_sZOIVZMojKTwlk,2696
|
|
27
|
-
skilleter_thingy/git_review.py,sha256=4pNf8DSVu3V2l9CDo97OIsEHaBIGxfINREbAYU9thg4,51566
|
|
28
|
-
skilleter_thingy/git_update.py,sha256=comv8CR1j9W8yuCIeoksAKxH8fPTiROkIXVrHdpXWl4,13985
|
|
29
|
-
skilleter_thingy/git_wt.py,sha256=VAcOgEAqVUUdmmkZ-zxaHi0Xp6LAt9NvZAZzUoJM3AU,3143
|
|
30
|
-
skilleter_thingy/gitcmp_helper.py,sha256=rFCZiivZfYmd1_-0_3YwmYSfGDLWu6e6rK0I9hFXCUY,11279
|
|
31
|
-
skilleter_thingy/gitlab.py,sha256=TKKkrQ3CfbWViEf_fnroQJSW8Nh-YwUeX6zo7GmzndI,6062
|
|
32
|
-
skilleter_thingy/gitprompt.py,sha256=m3WbeEd0WgNIyKbtx-wp-kHnOG83cWjq_KA8W6RmD4g,8925
|
|
33
|
-
skilleter_thingy/gl.py,sha256=fb9OkxfPSuqyfnLYauN0F1jZYIJNLXhNwlU8PRjJ4j4,5964
|
|
34
|
-
skilleter_thingy/gphotosync.py,sha256=-LbNXxi34sMSufmZ-NoStIe-6cKFKK2zvcDH7quI8W8,22040
|
|
35
|
-
skilleter_thingy/linecount.py,sha256=lw3vuXUUnMwrUihY6bHfZJsRKe6ZMCRz3952Z9N-ogI,4316
|
|
36
|
-
skilleter_thingy/logger.py,sha256=xKgPAq8KGXmtaXIFjFs1AmZJXtYrXJn2sqL3oxHZjfQ,3107
|
|
37
|
-
skilleter_thingy/moviemover.py,sha256=j_Xb9_jFdgpFBAXcF4tEqbnKH_FonlnUU39LiCK980k,4470
|
|
38
|
-
skilleter_thingy/path.py,sha256=3ba_e-QwYpAs-jFVWoV8sfjVjs_59uc5JZt-87Hqn6g,4737
|
|
39
|
-
skilleter_thingy/photodupe.py,sha256=FssLgbLnqHPuSvMGtRyOa7bRdowufJOQaJJ56f9ybxk,4195
|
|
40
|
-
skilleter_thingy/phototidier.py,sha256=1uj1XbUemJOalNC3PwTG2-_yUQp4WMAcmwRr7QXPn1w,7823
|
|
41
|
-
skilleter_thingy/popup.py,sha256=jW-nbpdeswqEMTli7OmBv1J8XQsvFoMI0J33O6dOeu8,2529
|
|
42
|
-
skilleter_thingy/process.py,sha256=RmXj2RrzwqP_mugeVejtjgF_T3PD7M10XsWuAnc99t0,3565
|
|
43
|
-
skilleter_thingy/py_audit.py,sha256=ZyKN8O0fM4xnwVspk1qH_Dnv5ujM7lJfKxC87xWilr0,4395
|
|
44
|
-
skilleter_thingy/readable.py,sha256=fk0p9E50I6TeC8fZBtBNfoefsOmYQAl5Sn2tIPwtpq8,9487
|
|
45
|
-
skilleter_thingy/remdir.py,sha256=zp5Nr0IMGXQ-b5iT48O5arqWoSjW65Xnr-SpKuav1Ac,4620
|
|
46
|
-
skilleter_thingy/rmdupe.py,sha256=tcX3w8XvliGwBMdSt9BUu07kuDtQEc0IiU8sCxmgzHA,17117
|
|
47
|
-
skilleter_thingy/rpylint.py,sha256=na39x0yNXDwDkG9yP48BoM5FeTut-OS4AVsYixE0YZU,2639
|
|
48
|
-
skilleter_thingy/run.py,sha256=EGYJSuMcOmUca6dpfVUFE41vG9C6ZNK8hzZlJCJE6Rs,12619
|
|
49
|
-
skilleter_thingy/splitpics.py,sha256=qRlJrqet7TEI6SodS4bkuKXQUpOdMaqmjE4c1CR7ouo,3266
|
|
50
|
-
skilleter_thingy/strreplace.py,sha256=xsIWw0hc452rYEBtNEQFKIzmV03xjm_Taz-eDTmFFKI,2539
|
|
51
|
-
skilleter_thingy/sysmon.py,sha256=XRZG6EVSzoVYan_N16qVB1l1RaU51uvLWlRA0CDjC54,11348
|
|
52
|
-
skilleter_thingy/tfm.py,sha256=wG4oNhn1pBcLwPPzZc19x_HyPYsM1pl8E0skvj03IH8,33712
|
|
53
|
-
skilleter_thingy/tfm_pane.py,sha256=BmyRDKZyr0mS89MbudbOUA4uBh4E6X3tGct6JX87vI8,19829
|
|
54
|
-
skilleter_thingy/tfparse.py,sha256=y4MSipVPO-P12QXMSXAT92qy9YMqNDl_1Thum9j7S2g,2993
|
|
55
|
-
skilleter_thingy/tidy.py,sha256=wzkyxzCsHXyY46G3Rjqu4ZrqiL8QMbRXyJEeYOmpy-o,5402
|
|
56
|
-
skilleter_thingy/trimpath.py,sha256=SAfOB75_dTldQHjam4kQy1J42209NYPYi8vVAaNn1e8,2397
|
|
57
|
-
skilleter_thingy/window_rename.py,sha256=dCBgZqih_3YKHt35hsOAhARFp3QxOi8w8huC63sqJK8,3128
|
|
58
|
-
skilleter_thingy/xchmod.py,sha256=F9_lxKuLqVlHHr3oBI3dkMoFOuwRzYDlpQMTmDcjpBI,4590
|
|
59
|
-
skilleter_thingy/yamlcheck.py,sha256=FXylZ5NtHirDlPVhVEUZUZkTugVR-g51BbjaN06akAc,2868
|
|
60
|
-
skilleter_thingy-0.0.27.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
|
|
61
|
-
skilleter_thingy-0.0.27.dist-info/METADATA,sha256=mqtv9tCOvEDzaH3_2he8PckkvzbQmcDlCSkgTC7lKfE,5210
|
|
62
|
-
skilleter_thingy-0.0.27.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
63
|
-
skilleter_thingy-0.0.27.dist-info/entry_points.txt,sha256=jf7hVfH0dojLxk0D4TjIazKoqdToditCGdCfyhIotME,1971
|
|
64
|
-
skilleter_thingy-0.0.27.dist-info/top_level.txt,sha256=8-JhgToBBiWURunmvfpSxEvNkDHQQ7r25-aBXtZv61g,17
|
|
65
|
-
skilleter_thingy-0.0.27.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|