tools_ui_1c
tools_ui_1c copied to clipboard
Командный терминал в файловом менеджере
https://github.com/sal-git/SvelteTerminalResume Это интерфейсная шутка
https://github.com/nitin42/terminal-in-react
Список исполняемых файлов в path
линукс
for pathitem in $(echo $PATH | sed -e 's/:/ /g'); do cd $pathitem; find . -maxdepth 1 -type f -executable ; done
Виндовс
where *.exe
список исполняемых файлов в каталоге
линукс
find "/opt/1cv8/x86_64/8.3.24.1367" -maxdepth 1 -type f -executable
виндовс
where "C:\Program Files\Notepad++:*.exe"
https://github.com/bony2023/react-terminal
https://github.com/xtermjs/xterm.js