User Portlet User Portlet

Discussions
A major update to the `sci-wolfram` package (formerly `Wolfram-terminal-image`) See https://github.com/TurbulenceChaos/sci-wolfram ## Features for emacs - [o] Automatically read wolfram symbols from built-in `LSPServer` package and convert...
Are both files returned by: FileNames["*.txt", Directory[]] And if so, does: file=Part[FileNames["*.txt", Directory[]],1]; Import[file] and so on for each position (presumably there will be two based on your screenshot) work?...
FilterRules was made for this type of thing, but it is keyed off matches on the left hand side Reverse/@FilterRules[Reverse/@set1, "green"]