listpick 0.1.15.1__tar.gz → 0.1.15.3__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.15.1 → listpick-0.1.15.3}/CHANGELOG.md +3 -0
- {listpick-0.1.15.1/src/listpick.egg-info → listpick-0.1.15.3}/PKG-INFO +1 -1
- {listpick-0.1.15.1 → listpick-0.1.15.3}/TODO.md +8 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/setup.py +1 -1
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/listpick_app.py +7 -2
- {listpick-0.1.15.1 → listpick-0.1.15.3/src/listpick.egg-info}/PKG-INFO +1 -1
- {listpick-0.1.15.1 → listpick-0.1.15.3}/.gitignore +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/LICENSE.txt +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/README.md +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/assets/aria2tui_screenshot.png +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/assets/file_compare.png +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/assets/lpfman.png +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/examples/data_generation/list_files.toml +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/examples/data_generation/list_files_empty.toml +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/examples/data_generation/video_duplicates.toml +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/examples/data_generation/video_mediainfo.toml +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/examples/input_files/polynomials.tsv +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/examples/input_guides/gnuplot_graph.md +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/examples/picker/auxiallary_files/2024-25_Premier_League.pkl +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/examples/picker/footer_string_example.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/examples/picker/picker_example.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/examples/picker/template.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/examples/picker/wikipedia_table.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/listpick.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/requirements.txt +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/setup.cfg +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/__init__.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/__main__.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/pane/__init__.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/pane/get_data.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/pane/pane_functions.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/pane/pane_utils.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/ui/__init__.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/ui/build_help.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/ui/footer.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/ui/help_screen.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/ui/input_field.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/ui/keys.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/ui/picker_colours.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/__init__.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/clipboard_operations.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/config.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/dump.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/filtering.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/generate_data.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/graphing.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/keycodes.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/options_selectors.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/paste_operations.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/picker_log.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/search_and_filter_utils.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/searching.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/sorting.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/table_to_list_of_lists.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/user_input.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick/utils/utils.py +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick.egg-info/SOURCES.txt +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick.egg-info/dependency_links.txt +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick.egg-info/entry_points.txt +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick.egg-info/requires.txt +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/src/listpick.egg-info/top_level.txt +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/tests/kitty_control.sh +0 -0
- {listpick-0.1.15.1 → listpick-0.1.15.3}/tests/sorting_dates.csv +0 -0
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# CHANGELOG.md
|
|
2
2
|
Note that the changes between 0.1.11.0 and 1.1.12.0 are listed under 0.1.11
|
|
3
3
|
|
|
4
|
+
## [0.1.15.3] 2025-07-27
|
|
5
|
+
- Added error checking when setting the cursor_pos_id in fetch_data.
|
|
6
|
+
|
|
4
7
|
## [0.1.15.1] 2025-07-27
|
|
5
8
|
- Added key to toggle right pane.
|
|
6
9
|
- Improved appearance of help screen.
|
|
@@ -143,6 +143,14 @@ ASAP
|
|
|
143
143
|
> - [x] Allow data to be piped into listpick.
|
|
144
144
|
> - [x] When data is piped in it links stdin with the pipe...
|
|
145
145
|
> - [x] Rather than getting user input from stdin we can get it by getting a fd for /dev/tty and reading chars from there.
|
|
146
|
+
> - [ ] Implement panes which can display various data
|
|
147
|
+
> - [x] Right pane
|
|
148
|
+
> - [ ] Types of data:
|
|
149
|
+
> - [x] Lists
|
|
150
|
+
> - [x] Graphs
|
|
151
|
+
> - [ ] Left pane
|
|
152
|
+
> - [ ] top/bottom panes?
|
|
153
|
+
|
|
146
154
|
|
|
147
155
|
|
|
148
156
|
|
|
@@ -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.15.
|
|
19
|
+
version = "0.1.15.3",
|
|
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.",
|
|
@@ -2037,7 +2037,11 @@ class Picker:
|
|
|
2037
2037
|
self.selected_cells_by_row = get_selected_cells_by_row(self.cell_selections)
|
|
2038
2038
|
|
|
2039
2039
|
if len(self.indexed_items) > 0 and len(self.indexed_items) >= self.cursor_pos and len(self.indexed_items[0][1]) >= self.id_column:
|
|
2040
|
-
|
|
2040
|
+
try:
|
|
2041
|
+
self.cursor_pos_id = self.indexed_items[self.cursor_pos][1][self.id_column]
|
|
2042
|
+
except:
|
|
2043
|
+
self.logger.warning(f"fetch_data() len(indexed_items)={len(self.indexed_items)}, cusor_pos={self.cursor_pos}")
|
|
2044
|
+
self.cursor_pos_id = -1
|
|
2041
2045
|
self.cursor_pos_prev = self.cursor_pos
|
|
2042
2046
|
with self.data_lock:
|
|
2043
2047
|
self.items, self.header = tmp_items, tmp_header
|
|
@@ -2365,7 +2369,8 @@ class Picker:
|
|
|
2365
2369
|
self.footer_string = self.footer_string_refresh_function()
|
|
2366
2370
|
initial_time_footer = time.time()
|
|
2367
2371
|
self.draw_screen(self.indexed_items, self.highlights)
|
|
2368
|
-
|
|
2372
|
+
|
|
2373
|
+
if self.split_right and self.split_right_auto_refresh and ((time.time() - initial_split_time) > self.split_right_refresh_data_timer):
|
|
2369
2374
|
self.split_right_data = self.split_right_refresh_data(self.split_right_data, self.get_function_data())
|
|
2370
2375
|
initial_split_time = time.time()
|
|
2371
2376
|
|
|
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
|
{listpick-0.1.15.1 → listpick-0.1.15.3}/examples/picker/auxiallary_files/2024-25_Premier_League.pkl
RENAMED
|
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
|