Paste from clipboard without .txt

Hello. Can i paste a text to new .txt file without extension?
with
Clipboard PASTE AS [KEY]
i got [KEY].txt and need to rename it

Adding .. to the end of the filename works based on experimentation:

Clipboard PASTE AS [KEY]..

We might add and document a more explicit way to do it, though, since I think .. probably only works due to a quirk in the code. Probably something like AS noext:[KEY] so it's similar to a few other commands that let you override similar name/string processing.

3 Likes