A multi-page scratchpad/memo plugin for Far2l.
10 independent memo pages, always at your fingertips.
- 10 separate memo pages, switched via keyboard shortcuts
Ctrl+1–0/Alt+1–0or by clicking the[1]–[0]UI buttons with the mouse. - Dynamic UI: Dialog size adapts to your terminal, with a safe 75x20 minimum.
- Robust Paths: Full UTF-8 support for home directory and file exports.
- Tabbed Interface: Visually switch between your memos directly using the dialog buttons.
| Key / Button | Action |
|---|---|
Ctrl+1–9, 0 / [1]–[0] |
Switch to page 1–9, 10 |
Alt+1–9, 0 |
Same as Ctrl (alternative modifier) |
Esc |
Close and auto-save |
F2 / [F2 Save] |
Export current memo to an external file |
F9 / [F9 Config] |
Open plugin configuration dialog |
- Content is saved automatically when switching pages or closing the dialog, but overwrites the file only if there are real changes.
- Last active page is remembered across sessions.
Available via F11 → Plugins → Configure → Memo or by clicking the [F9 Config] button inside the memo editor.
- Enable Memo Plugin: Enable/disable the plugin functionality.
- Enable Ctrl+Alt+S hotkey: Automatically registers
Ctrl+Alt+Sas a global hotkey insettings/key_macros.ini.
The plugin can automatically manage its own Ctrl+Alt+S binding.
- Auto-Registration: Enabling the hotkey in settings adds
callplugin(0x4D454D4F)to your global macros. - Migration: Plugin-owned legacy
Ctrl+SandCtrl+Shift+Sbindings are removed during hotkey updates so onlyCtrl+Alt+Sstays active. - Editor Safety: The plugin may interact cleanly depending on the active Far dialog state, avoiding conflicts with normal editor contexts.
The plugin's SysID is 0x4D454D4F ('MEMO').
Default location: plugins/memo/ inside far2l config directory
(usually ~/.config/far2l/plugins/memo/)
| File | Purpose |
|---|---|
memo-01.txt … memo-09.txt, memo-00.txt |
Page content (UTF-8) |
state.ini |
LastMemo, Enabled, HotkeyEnabled |
debug.log |
Debug build only (DEBUG builds only) |
| Function | Purpose |
|---|---|
OpenPluginW |
Entry point to open the Memo editor dialog. |
ConfigureW |
Configuration dialog with hotkey and state management. |
SetStartupInfoW |
Initialization and automatic macro registration. |
cmake --build /path/to/far2l-adb --target memoOutput: Plugins/memo/plug/memo.far-plug-wide
Language files and key_macros.ini template are copied automatically.