listpick 0.1.13.62__tar.gz → 0.1.14.1__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.62 → listpick-0.1.14.1}/CHANGELOG.md +16 -1
- {listpick-0.1.13.62/src/listpick.egg-info → listpick-0.1.14.1}/PKG-INFO +2 -1
- {listpick-0.1.13.62 → listpick-0.1.14.1}/TODO.md +21 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/requirements.txt +1 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/setup.py +2 -1
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/listpick_app.py +392 -68
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/ui/footer.py +98 -16
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/ui/keys.py +5 -4
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/table_to_list_of_lists.py +51 -36
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/utils.py +5 -4
- {listpick-0.1.13.62 → listpick-0.1.14.1/src/listpick.egg-info}/PKG-INFO +2 -1
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick.egg-info/requires.txt +1 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/.gitignore +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/LICENSE.txt +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/README.md +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/assets/aria2tui_screenshot.png +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/assets/file_compare.png +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/assets/lpfman.png +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/listpick.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/setup.cfg +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/__init__.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/__main__.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/ui/__init__.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/ui/build_help.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/ui/help_screen.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/ui/input_field.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/ui/pane_stuff.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/ui/picker_colours.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/__init__.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/clipboard_operations.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/config.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/dump.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/filtering.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/generate_data.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/options_selectors.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/paste_operations.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/picker_log.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/search_and_filter_utils.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/searching.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick/utils/sorting.py +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick.egg-info/SOURCES.txt +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick.egg-info/dependency_links.txt +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick.egg-info/entry_points.txt +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/src/listpick.egg-info/top_level.txt +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/tests/kitty_control.sh +0 -0
- {listpick-0.1.13.62 → listpick-0.1.14.1}/tests/sorting_dates.csv +0 -0
|
@@ -1,5 +1,10 @@
|
|
|
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
|
+
|
|
4
|
+
## [0.1.15] 2025-??-??
|
|
5
|
+
- Added info screen to display all information on the running Picker.
|
|
6
|
+
|
|
7
|
+
## [0.1.14] 2025-08-20
|
|
3
8
|
- Fixed bug when cells are centred vertically.
|
|
4
9
|
- Added "level" keyword for highlight dictionary.
|
|
5
10
|
- l0: show highlight above base rows
|
|
@@ -10,6 +15,9 @@
|
|
|
10
15
|
- Bug fixes:
|
|
11
16
|
- When data was centred vertically it would take an extra draw_screen loop to determine the proper column widths when the column sizes changed. This has been fixed.
|
|
12
17
|
- Refreshing sorted data would resort it on the selected column rather than the sort column. Fixed.
|
|
18
|
+
- Fixed error when padding uneven lists when a list of strings is passed instead of a list of lists.
|
|
19
|
+
- Fixed crash when showing certain notifications. The notification message was not being split into lines properly.
|
|
20
|
+
- Fixed wrong page number in the footer when paginate=True.
|
|
13
21
|
- Added some extra options to the settings:
|
|
14
22
|
- Toggle header
|
|
15
23
|
- Toggle row header
|
|
@@ -31,6 +39,13 @@
|
|
|
31
39
|
- Much faster with very large data sets as we need to determine selected_cells_by_row every time we run self.draw_screen()
|
|
32
40
|
- We can now pipe data from cells in multiple columns to a command.
|
|
33
41
|
- e.g., pipe two cols to gnuplot
|
|
42
|
+
- Features added:
|
|
43
|
+
- Listpick now supports multiple open files.
|
|
44
|
+
- 'file_next' setting
|
|
45
|
+
- Listpick now supports files with multiple sheets.
|
|
46
|
+
- 'sheet_next' setting
|
|
47
|
+
- Fixed error when opening xlsx files.
|
|
48
|
+
- Can now open multiple files from the command line: listpick -i file1.csv, file2.csv
|
|
34
49
|
|
|
35
50
|
## [0.1.13] 2025-07-28
|
|
36
51
|
- Cell-based picker is now supported.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: listpick
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.14.1
|
|
4
4
|
Summary: Listpick is a powerful TUI data tool for creating TUI apps or viewing/comparing tabulated data.
|
|
5
5
|
Home-page: https://github.com/grimandgreedy/listpick
|
|
6
6
|
Author: Grim
|
|
@@ -26,6 +26,7 @@ Requires-Dist: pandas; extra == "full"
|
|
|
26
26
|
Requires-Dist: pyperclip; extra == "full"
|
|
27
27
|
Requires-Dist: toml; extra == "full"
|
|
28
28
|
Requires-Dist: traitlets; extra == "full"
|
|
29
|
+
Requires-Dist: odfpy; extra == "full"
|
|
29
30
|
Dynamic: author
|
|
30
31
|
Dynamic: author-email
|
|
31
32
|
Dynamic: classifier
|
|
@@ -5,6 +5,12 @@ ASAP
|
|
|
5
5
|
> - [ ] Unify in-app load and command-line input file
|
|
6
6
|
> - [ ] Implement default_option_selector and pass the picker options (!!!)
|
|
7
7
|
> - [ ] Make sure that all class initialisation variables are returned in the get_function_variables function.
|
|
8
|
+
> - [ ] Go through each of the class variables and see which should be held as common in set_function_data
|
|
9
|
+
> - [ ] Make input field look better:
|
|
10
|
+
> - [ ] During input
|
|
11
|
+
> - [ ] While being displayed.
|
|
12
|
+
> - [ ] Add keys for next page, next sheet, info
|
|
13
|
+
> - [ ] Sort out what to do when the width of the columns is less than the terminal.
|
|
8
14
|
|
|
9
15
|
|
|
10
16
|
|
|
@@ -259,6 +265,21 @@ ASAP
|
|
|
259
265
|
> - [ ] Add a broader editor_picker option which enables/disables add/remove columns in the settings.
|
|
260
266
|
> - [ ] If no -t type argument is given then guess filetype.
|
|
261
267
|
> - [ ] Add row selection using 'V'--select all cells in a row.
|
|
268
|
+
> - [ ] Add option for those who don't use a nerdfont.
|
|
269
|
+
> - [ ] refreshing symbol, pin cursor symbol,
|
|
270
|
+
> - [x] Add info page.
|
|
271
|
+
> - [ ] Handle multiple files
|
|
272
|
+
> - [x] Display 'open' files in footer
|
|
273
|
+
> - [x] Open multiple files with file_picker
|
|
274
|
+
> - [x] Switch between 'open' files
|
|
275
|
+
> - [ ] Handle unsaved files.
|
|
276
|
+
> - [x] Remember state when switching between files.
|
|
277
|
+
> - [x] Selections
|
|
278
|
+
> - [ ] Add support in the alternate footers
|
|
279
|
+
> - [ ] Add symbol in footer list to show if file has been edited or is unsaved
|
|
280
|
+
> - [x] Handle files with multiple sheets.
|
|
281
|
+
> - [ ] Add support in the alternate footers
|
|
282
|
+
> - [x] Support opening multiple files from the command line.
|
|
262
283
|
|
|
263
284
|
> [!Bug] Bugs
|
|
264
285
|
> - [ ] fix resizing when input field active
|
|
@@ -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.
|
|
19
|
+
version = "0.1.14.1",
|
|
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.",
|
|
@@ -59,6 +59,7 @@ setuptools.setup(
|
|
|
59
59
|
"pyperclip",
|
|
60
60
|
"toml",
|
|
61
61
|
"traitlets",
|
|
62
|
+
"odfpy",
|
|
62
63
|
]
|
|
63
64
|
},
|
|
64
65
|
|