listpick 0.1.13.20__tar.gz → 0.1.13.22__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.
- {listpick-0.1.13.20 → listpick-0.1.13.22}/CHANGELOG.md +1 -0
- {listpick-0.1.13.20/src/listpick.egg-info → listpick-0.1.13.22}/PKG-INFO +1 -1
- {listpick-0.1.13.20 → listpick-0.1.13.22}/setup.py +1 -1
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/listpick_app.py +6 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22/src/listpick.egg-info}/PKG-INFO +1 -1
- {listpick-0.1.13.20 → listpick-0.1.13.22}/.gitignore +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/LICENSE.txt +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/README.md +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/TODO.md +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/assets/aria2tui_screenshot.png +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/assets/file_compare.png +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/assets/lpfman.png +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/examples/footer_string_example.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/examples/input.toml +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/examples/input.txt +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/examples/list_files.toml +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/examples/list_files_empty.toml +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/examples/picker_example.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/examples/setup.cfg +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/examples/template.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/examples/video_duplicates.toml +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/listpick.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/requirements.txt +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/setup.cfg +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/__init__.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/__main__.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/ui/__init__.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/ui/build_help.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/ui/footer.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/ui/help_screen.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/ui/input_field.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/ui/keys.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/ui/pane_stuff.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/ui/picker_colours.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/__init__.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/clipboard_operations.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/config.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/dump.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/filtering.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/generate_data.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/options_selectors.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/paste_operations.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/picker_log.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/search_and_filter_utils.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/searching.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/sorting.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/table_to_list_of_lists.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick/utils/utils.py +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick.egg-info/SOURCES.txt +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick.egg-info/dependency_links.txt +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick.egg-info/entry_points.txt +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick.egg-info/requires.txt +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/src/listpick.egg-info/top_level.txt +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/tests/kitty_control.sh +0 -0
- {listpick-0.1.13.20 → listpick-0.1.13.22}/tests/sorting_dates.csv +0 -0
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
- Setup logging for the Picker class. Currently still very basic but will track to the last function that was run before crash if the --debug flag is passed to the picker.
|
|
26
26
|
- Added pin_cursor options which keeps the cursor on the same row during a refresh rather than tracking the id of the highlighted row.
|
|
27
27
|
- Updated StandardFooter. Now shows information on two lines rather than three; all cursor and selection information on the first line and the sort information on the second. Cursor, Visual (de)selection now abreviated to C, VS, and VDS.
|
|
28
|
+
- Fixed flickering when displaying an infobox.
|
|
28
29
|
|
|
29
30
|
## [0.1.13] 2025-07-28
|
|
30
31
|
- Cell-based picker is now supported.
|
|
@@ -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.13.
|
|
19
|
+
version = "0.1.13.22",
|
|
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.",
|
|
@@ -988,6 +988,7 @@ class Picker:
|
|
|
988
988
|
## Display infobox
|
|
989
989
|
if self.display_infobox:
|
|
990
990
|
self.infobox(self.stdscr, message=self.infobox_items, title=self.infobox_title)
|
|
991
|
+
self.stdscr.refresh()
|
|
991
992
|
# self.stdscr.timeout(2000) # timeout is set to 50 in order to get the infobox to be displayed so here we reset it to 2000
|
|
992
993
|
|
|
993
994
|
|
|
@@ -3110,6 +3111,11 @@ def main() -> None:
|
|
|
3110
3111
|
function_data["centre_in_terminal_vertical"] = True
|
|
3111
3112
|
function_data["highlight_full_row"] = True
|
|
3112
3113
|
function_data["pin_cursor"] = True
|
|
3114
|
+
function_data["display_infobox"] = True
|
|
3115
|
+
function_data["infobox_items"] = [["1"], ["2"], ["3"]]
|
|
3116
|
+
function_data["infobox_title"] = "Title"
|
|
3117
|
+
|
|
3118
|
+
|
|
3113
3119
|
# function_data["debug"] = True
|
|
3114
3120
|
# function_data["debug_level"] = 1
|
|
3115
3121
|
stdscr = start_curses()
|
|
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
|