- Aug
- 2,293
- 111
NOOP is a command available in the 4UTILS plugin.
The purpose of the command is to do nothing.
The 4UTILS plugin can be downloaded from ftp://vefatica.net/4plugins/X64/4utils64.zip
Along with HISTORY, I use the NOOP command as a NOOPad for simple one line notes.
For example;
Commands that I type are saved in my HISTORY list.
I use a Global History list in TCC.
To display all NOOPs;
returns...
I can also view my NOOPs by displaying a popup window of the command history by pressing PageUp.
First, type;
at the command line, and then press the PageUp key.
These are notes that I do not desire to keep, so I don't care if they are retained.
I find this easier to use from the command line than the Windows 10 Sticky Notes app.
YMMV
Joe
The purpose of the command is to do nothing.
The 4UTILS plugin can be downloaded from ftp://vefatica.net/4plugins/X64/4utils64.zip
Along with HISTORY, I use the NOOP command as a NOOPad for simple one line notes.
For example;
Code:
v readme.txt
noop USD $59.97 CAN $79.02 2023-06-28
sandbox.wsb
noop item number:404296918353
type clip:
Commands that I type are saved in my HISTORY list.
I use a Global History list in TCC.
To display all NOOPs;
Code:
history | ffind /kvme"^noop "
Code:
noop USD $59.97 CAN $79.02 2023-06-28
noop item number:404296918353
I can also view my NOOPs by displaying a popup window of the command history by pressing PageUp.
First, type;
Code:
noop
at the command line, and then press the PageUp key.
These are notes that I do not desire to keep, so I don't care if they are retained.
I find this easier to use from the command line than the Windows 10 Sticky Notes app.
YMMV
Joe