
sk
List of commands for sk:
-
sk:tldr:11300 sk: Start skim for running processes.$ ps aux | sktry on your machineexplain this command
-
sk:tldr:21cd6 sk: Select multiple files with `Shift + Tab` and write to a file.$ find ${path-to-directory} -type f | sk --multi > ${filename}try on your machineexplain this command
-
sk:tldr:d1259 sk: Start skim on all files in the specified directory.$ find ${path-to-directory} -type f | sktry on your machineexplain this command
-
sk:tldr:e1cd2 sk: Start skim with a specified query.$ sk --query "${query}"try on your machineexplain this command