mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[GH-ISSUE #233] Feature request: full list of pasted items #126
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @niccolomineo on GitHub (Nov 4, 2017).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/233
Hi, do you think it could be worth allowing the user to select between a "folder" list view (like it is now) and a simple "all items" view (in Pastebot's fashion)?
@niccolomineo commented on GitHub (Nov 4, 2017):
I see this can be partially solved by specifying a number of elements in the Main Menu History.
The problem is that, if the amount of pasted elements exceeds that number I specified, a folder is appended. Could this be avoided?
An example could be that if the user specifies 20 elements in the Main Menu History and enters 0 elements in Folder, then he would be able to see just the list of the latest 20 pasted elements with no folders appended.
@samaero commented on GitHub (Nov 9, 2017):
Could you just set the "Number of items place inline" setting to something really high, say 1000, so that you'll never hit that limit before it starts appending a folder?
@niccolomineo commented on GitHub (Nov 10, 2017):
Hi, wouldn't it be better, for reasons of security and system performance, to be able to enter the capping manually, instead of throwing in a very high number (which feels hacky, too) for the inline items?