답변:
Far Manager의 PowerShellFar를 사용하면 명령 줄에서 바로 접두사를 사용하여 PowerShell 명령을 호출 할 수 있습니다 ps:
. 그건:
Commands with console output, prefix ps:
ps: Get-Date
ps: 3.14 / 3
ps: [math]::pi / 3
Commands with viewer output, prefix vps:
vps: Get-Process
vps: Get-ChildItem C:\TEMP\LargeFolder -Recurse -Force
Commands starting UI or background jobs normally use prefix ps:
ps: $Far.Msg("Hello world!")
ps: Get-Process | Out-FarList -Text Name | Open-FarPanel
ps: Start-FarJob { Remove-Item C:\TEMP\LargeFolder -Recurse -Force }
긴 출력이 예상되면 Far Manager를로 시작하십시오 Far.exe /w
.
마지막으로 내장 된 참조 PowerShellFar 도움, 섹션 Command line
및 FAQ
. 일부 액셀러레이터를 정의 할 수 있습니다. 예를 들어
빈 명령 줄에 [Space]
삽입하는 것을 사용 합니다 ps:
. 따라서 실제로 1 개의 기호 만 더 입력하면됩니다. 이 방법은 약간 불편하지만 표준 CMD 셸로 완벽하게 보완되며 CMD는 특히 Far Manager에서 죽지 않았습니다.
Import-Module FarMacro
(또는 F11 \ PSF \ 모듈 \ FarMacro). 나는 이것을 도움으로 언급했을 것입니다 (감사합니다).
PowerShellFar를 사용하면 PowerShell을 Far Manager에 통합 할 수 있습니다.
PowerShellFar는 Far Manager의 풍부한 콘솔 기반 사용자 인터페이스와이 원본 텍스트 친화적 인 환경에 완벽하게 통합 된 Windows PowerShell의 강력한 기능을 결합합니다.