listpick 0.1.14.11__tar.gz → 0.1.14.12__tar.gz
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 listpick might be problematic. Click here for more details.
- {listpick-0.1.14.11 → listpick-0.1.14.12}/CHANGELOG.md +3 -2
- {listpick-0.1.14.11/src/listpick.egg-info → listpick-0.1.14.12}/PKG-INFO +1 -1
- {listpick-0.1.14.11 → listpick-0.1.14.12}/setup.py +1 -1
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/listpick_app.py +3 -3
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/ui/picker_colours.py +5 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12/src/listpick.egg-info}/PKG-INFO +1 -1
- {listpick-0.1.14.11 → listpick-0.1.14.12}/.gitignore +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/LICENSE.txt +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/README.md +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/TODO.md +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/assets/aria2tui_screenshot.png +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/assets/file_compare.png +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/assets/lpfman.png +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/examples/data_generation/list_files.toml +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/examples/data_generation/list_files_empty.toml +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/examples/data_generation/video_duplicates.toml +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/examples/data_generation/video_mediainfo.toml +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/examples/input_files/polynomials.tsv +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/examples/input_guides/gnuplot_graph.md +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/examples/picker/auxiallary_files/2024-25_Premier_League.pkl +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/examples/picker/footer_string_example.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/examples/picker/picker_example.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/examples/picker/template.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/examples/picker/wikipedia_table.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/listpick.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/requirements.txt +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/setup.cfg +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/__init__.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/__main__.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/ui/__init__.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/ui/build_help.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/ui/footer.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/ui/help_screen.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/ui/input_field.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/ui/keys.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/ui/pane_stuff.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/__init__.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/clipboard_operations.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/config.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/dump.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/filtering.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/generate_data.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/keycodes.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/options_selectors.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/paste_operations.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/picker_log.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/search_and_filter_utils.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/searching.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/sorting.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/table_to_list_of_lists.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/user_input.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick/utils/utils.py +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick.egg-info/SOURCES.txt +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick.egg-info/dependency_links.txt +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick.egg-info/entry_points.txt +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick.egg-info/requires.txt +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/src/listpick.egg-info/top_level.txt +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/tests/kitty_control.sh +0 -0
- {listpick-0.1.14.11 → listpick-0.1.14.12}/tests/sorting_dates.csv +0 -0
|
@@ -17,12 +17,13 @@ Note that the changes between 0.1.11.0 and 1.1.12.0 are listed under 0.1.11
|
|
|
17
17
|
- Fixed crash when loading non-existent config file.
|
|
18
18
|
- Fixed highlighted cell not being aligned in the way that we expect.
|
|
19
19
|
- Fixed search query covering last row of data.
|
|
20
|
+
- Discovered missing keys from colour_theme 0 which caused menus not to be displayed.
|
|
20
21
|
- Create ~/.config/listpick directory for storing input history if it doesn't already exist.
|
|
21
22
|
- Added error checking when opening files.
|
|
22
23
|
- Added --headerless flag to prevent interpreting the first line of the input as the header.
|
|
23
24
|
- Fixed special keys not working:
|
|
24
|
-
- arrow keys (main picker)
|
|
25
|
-
- meta+key (input_field)
|
|
25
|
+
- arrow keys (main picker, input_field)
|
|
26
|
+
- meta+key (input_field, main picker)
|
|
26
27
|
- Added column number to footer
|
|
27
28
|
- Improved splitting of whitespace separated data passed on stdin.
|
|
28
29
|
- Ensured that main picker elements resize if the terminal is resized when other dialogues are in focus: notifications, options, settings.
|
|
@@ -16,7 +16,7 @@ with open("README.md", "r", encoding = "utf-8") as fh:
|
|
|
16
16
|
|
|
17
17
|
setuptools.setup(
|
|
18
18
|
name = "listpick",
|
|
19
|
-
version = "0.1.14.
|
|
19
|
+
version = "0.1.14.12",
|
|
20
20
|
author = "Grim",
|
|
21
21
|
author_email = "grimandgreedy@protonmail.com",
|
|
22
22
|
description = "Listpick is a powerful TUI data tool for creating TUI apps or viewing/comparing tabulated data.",
|
|
@@ -451,7 +451,7 @@ class Picker:
|
|
|
451
451
|
if reset_colours:
|
|
452
452
|
global COLOURS_SET
|
|
453
453
|
COLOURS_SET = False
|
|
454
|
-
colours_end = set_colours(pick=self.colour_theme_number, start=self.colours_start)
|
|
454
|
+
self.colours_end = set_colours(pick=self.colour_theme_number, start=self.colours_start)
|
|
455
455
|
if curses.COLORS >= 255 and curses.COLOR_PAIRS >= 150:
|
|
456
456
|
self.colours_start = self.colours_start
|
|
457
457
|
self.notification_colours_start = self.colours_start+50
|
|
@@ -3447,7 +3447,7 @@ def set_colours(pick: int = 0, start: int = 0) -> Optional[int]:
|
|
|
3447
3447
|
curses.init_pair(start+24, colours['footer_string_fg'], colours['footer_string_bg'])
|
|
3448
3448
|
curses.init_pair(start+25, colours['selected_cell_fg'], colours['selected_cell_bg'])
|
|
3449
3449
|
curses.init_pair(start+26, colours['deselecting_cell_fg'], colours['deselecting_cell_bg'])
|
|
3450
|
-
except:
|
|
3450
|
+
except Exception as e:
|
|
3451
3451
|
pass
|
|
3452
3452
|
COLOURS_SET = True
|
|
3453
3453
|
return start+21
|
|
@@ -3598,7 +3598,7 @@ def main() -> None:
|
|
|
3598
3598
|
except:
|
|
3599
3599
|
pass
|
|
3600
3600
|
|
|
3601
|
-
function_data["colour_theme_number"] = 3
|
|
3601
|
+
# function_data["colour_theme_number"] = 3
|
|
3602
3602
|
# function_data["modes"] = [
|
|
3603
3603
|
# {
|
|
3604
3604
|
# 'filter': '',
|
|
@@ -67,6 +67,8 @@ def get_colours(pick:int=0) -> Dict[str, int]:
|
|
|
67
67
|
'footer_string_fg': 253,
|
|
68
68
|
'selected_cell_bg': 237,
|
|
69
69
|
'selected_cell_fg': 253,
|
|
70
|
+
'deselecting_cell_bg': 162,
|
|
71
|
+
'deselecting_cell_fg': 253,
|
|
70
72
|
},
|
|
71
73
|
### (1) Black and white
|
|
72
74
|
{
|
|
@@ -286,6 +288,9 @@ def get_colours(pick:int=0) -> Dict[str, int]:
|
|
|
286
288
|
colour["paused_bg"] = colour["background"]
|
|
287
289
|
colour["paused_bg"] = colour["background"]
|
|
288
290
|
# colour["search_bg"] = colour["background"]
|
|
291
|
+
# tmp = colours[0]
|
|
292
|
+
# colours[0] = colours[2]
|
|
293
|
+
# colours[2] = tmp
|
|
289
294
|
if pick > len(colours) - 1:
|
|
290
295
|
return colours[0]
|
|
291
296
|
return colours[pick]
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|