listpick 0.1.13.43__tar.gz → 0.1.13.45__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.43/src/listpick.egg-info → listpick-0.1.13.45}/PKG-INFO +1 -1
- {listpick-0.1.13.43 → listpick-0.1.13.45}/setup.py +1 -1
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/listpick_app.py +5 -4
- {listpick-0.1.13.43 → listpick-0.1.13.45/src/listpick.egg-info}/PKG-INFO +1 -1
- {listpick-0.1.13.43 → listpick-0.1.13.45}/.gitignore +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/CHANGELOG.md +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/LICENSE.txt +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/README.md +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/TODO.md +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/assets/aria2tui_screenshot.png +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/assets/file_compare.png +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/assets/lpfman.png +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/examples/footer_string_example.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/examples/input.toml +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/examples/input.txt +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/examples/list_files.toml +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/examples/list_files_empty.toml +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/examples/picker_example.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/examples/setup.cfg +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/examples/template.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/examples/video_duplicates.toml +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/listpick.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/requirements.txt +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/setup.cfg +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/__init__.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/__main__.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/ui/__init__.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/ui/build_help.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/ui/footer.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/ui/help_screen.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/ui/input_field.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/ui/keys.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/ui/pane_stuff.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/ui/picker_colours.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/__init__.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/clipboard_operations.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/config.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/dump.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/filtering.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/generate_data.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/options_selectors.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/paste_operations.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/picker_log.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/search_and_filter_utils.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/searching.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/sorting.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/table_to_list_of_lists.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick/utils/utils.py +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick.egg-info/SOURCES.txt +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick.egg-info/dependency_links.txt +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick.egg-info/entry_points.txt +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick.egg-info/requires.txt +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/src/listpick.egg-info/top_level.txt +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/tests/kitty_control.sh +0 -0
- {listpick-0.1.13.43 → listpick-0.1.13.45}/tests/sorting_dates.csv +0 -0
|
@@ -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.45",
|
|
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.",
|
|
@@ -320,7 +320,6 @@ class Picker:
|
|
|
320
320
|
|
|
321
321
|
|
|
322
322
|
# Note: We have to set the footer after initialising the picker state so that the footer can use the get_function_data method
|
|
323
|
-
self.get_function_data()
|
|
324
323
|
self.footer_options = [StandardFooter(self.stdscr, colours_start, self.get_function_data), CompactFooter(self.stdscr, colours_start, self.get_function_data), NoFooter(self.stdscr, colours_start, self.get_function_data)]
|
|
325
324
|
self.footer = self.footer_options[self.footer_style]
|
|
326
325
|
|
|
@@ -677,8 +676,6 @@ class Picker:
|
|
|
677
676
|
if clear:
|
|
678
677
|
self.stdscr.erase()
|
|
679
678
|
|
|
680
|
-
self.stdscr.refresh()
|
|
681
|
-
|
|
682
679
|
h, w = self.stdscr.getmaxyx()
|
|
683
680
|
|
|
684
681
|
# Test if the terminal is of a sufficient size to display the picker
|
|
@@ -1955,6 +1952,8 @@ class Picker:
|
|
|
1955
1952
|
else:
|
|
1956
1953
|
self.stdscr.erase()
|
|
1957
1954
|
|
|
1955
|
+
self.stdscr.refresh()
|
|
1956
|
+
|
|
1958
1957
|
|
|
1959
1958
|
# Initialize colours
|
|
1960
1959
|
# Check if terminal supports color
|
|
@@ -1983,7 +1982,8 @@ class Picker:
|
|
|
1983
1982
|
self.initialise_variables()
|
|
1984
1983
|
|
|
1985
1984
|
initial_time = time.time()
|
|
1986
|
-
|
|
1985
|
+
|
|
1986
|
+
self.draw_screen(self.indexed_items, self.highlights, clear=False)
|
|
1987
1987
|
self.refreshing_data = False
|
|
1988
1988
|
self.data_ready = False
|
|
1989
1989
|
|
|
@@ -2018,6 +2018,7 @@ class Picker:
|
|
|
2018
2018
|
self.logger.debug(f"footer_string_auto_refresh")
|
|
2019
2019
|
self.footer_string = self.footer_string_refresh_function()
|
|
2020
2020
|
initial_time_footer = time.time()
|
|
2021
|
+
self.draw_screen(self.indexed_items, self.highlights)
|
|
2021
2022
|
|
|
2022
2023
|
if self.check_key("help", key, self.keys_dict):
|
|
2023
2024
|
self.logger.info(f"key_function help")
|
|
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
|