The Computer Oracle

How to see all output in Far 3?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 3 Looping

--

Chapters
00:00 How To See All Output In Far 3?
00:23 Accepted Answer Score 13
00:57 Answer 2 Score 2
01:13 Answer 3 Score 2
01:27 Thank you

--

Full question
https://superuser.com/questions/624848/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows #farmanager

#avk47



ACCEPTED ANSWER

Score 13


I realise this is old, and you've already accepted your answer, but I believe that Far 3 comes with the FarCmds plugin (certainly the nightly build that I just downloaded does).

This allows you to copy the output of commands into the edit or view windows, using the edit:, view: and other "commands"... like so:

C:\tmp> edit:< systeminfo

Basically, it's redirecting the command systeminfo into an instance of the editor. You can even copy directly to the clipboard by using clip: instead. FarCmds is one of my most-used plugins.




ANSWER 2

Score 2


Problem can be solved by configuring properties of Far window. Increasing a value of right click at title bar -> Properties -> Layout -> Screen buffer size -> Height leads to a proper result.




ANSWER 3

Score 2


If you run Farmanager from ConEmu you could run the command and append -new_console:c to it to put it in a new console with the press any key to continue output. You will be able to scroll up.