This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Windows Terminal | |
https://learn.microsoft.com/en-us/windows/terminal/ | |
------------------------------------------------------------ | |
### How to use the command palette in Windows Terminal | |
https://learn.microsoft.com/en-us/windows/terminal/command-palette | |
You can invoke the command palette by typing Ctrl+Shift+P. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SCRIPT: | |
@var $app = "wt"; | |
@var $fileDir = PathGetPathPart($selectedFile, 1); | |
// Run Windows Terminal: left "Command Prompt", and right my default "PowerShell" | |
// @var $args = "-d " + $fileDir + " cmd /k dir ; split-pane -d " + $fileDir; | |
// Run Windows Terminal: left my default "PowerShell", and right "bash" (via Windows Subsystem for Linux (WSL)) | |
@var $args = "-d " + $fileDir + " ; split-pane -d " + $fileDir + " wsl.exe"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: there are mistakes! | |
Choose the Neovim configuration (and/or release build): | |
stable config (and stable release build) | |
or | |
test config (and stable or prerelease (nightly) build) | |
------------------------------------------------------------ | |
What to do? Where to install Neovim? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Choose the Neovim configuration: stable config or test config | |
------------------------------------------------------------ | |
What to do? Where to install Neovim? | |
------------------------------ | |
Install Neovim in a folder C:\UTILS\Neovim\ | |
1. Download: | |
https://github.com/neovim/neovim/wiki/Installing-Neovim#install-from-download |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MC_Mklink_nvim_folder_Symlink, F12 | |
------------------------------------------------------------ | |
/Windows has two command-line shells: the Command shell and PowerShell./ | |
Windows Command shell: | |
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands | |
An A-Z Index of Windows CMD commands: | |
https://ss64.com/nt/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Create_folder_and_move_selected_files_date, F12 | |
// "Multi Commander" script: | |
// Create folder (+ current date and time) | |
// and move selected files to that folder (+ docs/multiscript/functions) | |
// http://forum.multicommander.com/forum/index.php/topic,2079.0.html | |
// Contributor: pncdaspropagandas | |
// ######################################################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// MC_Create_folder_your_input_and_date_format, F12 | |
// "Multi Commander" script: Create a new folder (your input, current date and time, format) | |
// 2022-02M-20 18:55:27 | |
// http://forum.multicommander.com/forum/index.php/topic,1184.msg4072.html#msg4072 | |
// Multi Commander Support Forum »Multi Commander »Script »create a new open folder with the current date | |
// Contributor: Ulfhednar | |
// --------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// MC_Create_folder_your_input_and_date, F12 | |
// "Multi Commander" script: | |
// Create a new folder (your input, current date and time) | |
// 2022-02M-20 18:07:48 | |
// http://forum.multicommander.com/forum/index.php/topic,1184.msg4072.html#msg4072 | |
// Multi Commander Support Forum »Multi Commander »Script »create a new open folder with the current date | |
// Contributor: Ulfhednar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Create_folder_and_move_selected_files, F12 | |
// "Multi Commander" script: | |
// Create folder and move selected files to that folder (+ docs/multiscript/functions) | |
// http://forum.multicommander.com/forum/index.php/topic,2079.0.html | |
// Contributor: pncdaspropagandas | |
// ######################################################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Multi Commander" | |
http://multicommander.com | |
File manager / OS: Windows 10 | |
Multi Commander is a multi-tabbed file manager and is an alternative to the standard Windows "File Explorer". | |
It uses the very popular and efficient dual-panel layout. | |
Note: "File Explorer", previously known as "Windows Explorer", is a file manager application | |
that is included with releases of the Microsoft Windows operating system from Windows 95 onwards. |
NewerOlder