Hi,
As an alternate clipboard extender, you might consider CLCL. I see it's already in the database:
https://www.portablefreeware.com/?id=469
It may probably seem "ugly" interface and tricky to understand all the options, but once you have it behave as you want, it's a great timesaver.
I'm not sure about Unicode, but developer is Japanese, so I guess it should work. Website:
https://www.nakka.com/soft/clcl/index_eng.html
I see in hist website that there is a plugin for Unicode:
* fmt_unicode Ver 0.0.1 (2005/02/11)
o Unicode Text Format (Windows NT4, 2000, XP and later)
CLCL
Re: CLCL
As noted by zorro, latest version 2.1.0 is not portable/stealth anymore, settings and history in %LOCALAPPDATA%\CLCL.
From the Japanese changelog (through G**gle Translate):
I didn't used CLCL for many years and don't know/remember all details, maybe there are some methods to force portability?
Anyway, previous versions are there.
If there will be no further news/changes, will edit the entry and link to the previous portable version 2.0.3.
From the Japanese changelog (through G**gle Translate):
What does it means exactly? Can't fully understand.[...]
Changed to save the setting storage location in the area for each user.
→ For Windows 10 "C: \ Users \ (user name) \ AppData \ Local \ CLCL"
* Migrated automatically at first startup
I didn't used CLCL for many years and don't know/remember all details, maybe there are some methods to force portability?
Anyway, previous versions are there.
If there will be no further news/changes, will edit the entry and link to the previous portable version 2.0.3.
Re: CLCL
Previous versions created a folder (username) in the program directory, where the settings were stored. If you logged in as a different user or took the program directory with you on an USB-stick and started CLCL on another computer, another folder with the name of the respective user was created in the program directory. The settings of the first user where not taken in consideration.
I suppose this should keep the privacy. A workaround was posted in the comments: you can create yourself a folder named "default" and copy settings and history over there. Then you edit the "general.ini" and set "User="default" - now CLCL works on every computer and account with the given settings and history.
There is also a setting called "WorkDir= " in the "general.ini", but in the latest version its only effect is for CLCL to look after exisiting settings at first start. After that it has no impact - nor has the "User= " setting
I suppose this should keep the privacy. A workaround was posted in the comments: you can create yourself a folder named "default" and copy settings and history over there. Then you edit the "general.ini" and set "User="default" - now CLCL works on every computer and account with the given settings and history.
There is also a setting called "WorkDir= " in the "general.ini", but in the latest version its only effect is for CLCL to look after exisiting settings at first start. After that it has no impact - nor has the "User= " setting
Re: CLCL
Topic update: CLCL v2.1.3 released 2022-12-01.
User NelsonEddie commented that CLCL appears to be natively portable by inserting the following to 'clcl_app.ini':
Source available from https://github.com/nakkag/CLCL.
Available Japanese changelog (translated by Deepl.com):
User NelsonEddie commented that CLCL appears to be natively portable by inserting the following to 'clcl_app.ini':
Code: Select all
[GENERAL]
portable=1
Available Japanese changelog (translated by Deepl.com):
Code: Select all
Change History
Ver 2.1.2 -> Ver 2.1.3
-Changed the system tray icon when the clipboard is not monitored.
-Improved the up/down buttons for settings.
-Improved so that the main screen is not displayed when menu is displayed.
Ver 2.1.1 -> Ver 2.1.2
-Enabled scrolling by mouse dragging in image format (BITMAP, DIB).
Ver 2.1.0 -> Ver 2.1.1
-Added the ability to copy file name and file path in file format.
-Added setting to place settings and data in the same location as CLCL.exe.
Ver 2.0.3 -> Ver 2.1.0
-Supported high DPI.
-Supported PNG and JPEG for image format (BITMAP, DIB) file saving.
-Enabled to zoom in/out in the image format (BITMAP, DIB) display.
»The zoom rate can be changed by holding down Ctrl and using the mouse wheel,
or by pressing Ctrl+↑↓.
-Binaries are not divided into Japanese and English versions.
-Changed to save settings in user-specific area.
»In case of Windows 10, 'C: \Users\(Username)\AppData\Local\CLCL'
(*The transition will be done automatically at the first startup.)
Re: CLCL
I don't get it, that's exactly what the "How to extract" entry section states from 2019, when billon updated it and it still works ok, portable and stealth.Midas wrote: ↑Fri Jan 10, 2025 4:52 am User NelsonEddie commented that CLCL appears to be natively portable by inserting the following to 'clcl_app.ini':
Code: Select all
[GENERAL] portable=1
Re: CLCL
Offtopic but for AutoHotkey fans, somewhat similar text-only clipboard manager https://github.com/hi5/CL3/ (compiled version available under releases), has some interesting features (clipchain, slots)