elfmz / far2l

Linux port of FAR v2
GNU General Public License v2.0
1.71k stars 168 forks source link

Better linux shell integration. #9

Open invy opened 7 years ago

invy commented 7 years ago

Feature request.

Provide better linux shell integration:

lieff commented 7 years ago

As I can see cd command now works. Use of $PS1 is not good idea. Usually user already know computer and user name, omitting them save some space for useful information like long file path. Configure shell is good feature.

invy commented 7 years ago
elfmz commented 7 years ago

FAR has its own prompt customization, configured via Options/Command Line Settings

invy commented 7 years ago

This customization is not that powerful the zsh or bash has and also it requires user to do this configuration twice: in the shell and in the far separately, which is not very convenient to say the least.

singalen commented 5 years ago

Items 1 and 3 already work in Far (.bashrc works), so they can be crossed out.

So the issue can probably be renamed to "Support $PS1"?

elfmz commented 5 years ago

And about PS1: far have own prompt formatting option. Just may be its not so fancy as PS1..

singalen commented 5 years ago

Yep, I verified it before writing. I believe that it only makes sense on Windows, and is redundant on Linux/OSX.

Windows does have %PROMPT%, but its features are laughable.

The way I would approach the issue is - to REMOVE Far's option (or move it to registry/whatever), and use the system default. Some minority of Windows users will not like it, but as long as they have a tool to customize it, this should be OK.

But my original proposal was only about editing the issue title.