Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RC Config file without standard #597

Open
WillianBR opened this issue Jan 24, 2023 · 0 comments
Open

RC Config file without standard #597

WillianBR opened this issue Jan 24, 2023 · 0 comments

Comments

@WillianBR
Copy link

I was reading your code and testing your APP. Nice, by the way. Good job.

But, I would like to suggest you to use a standard to name the config file ou Windows and Linux.

If you look deeply in the application on Linux, you'll nitece the names standard. Let say vim and wget.

The global config are:

/etc/wgetrc
/etc/vimrc

The user config are:

$HOME/.bashrc
$HOME/.vimrc

Than my suggestion is name the config files of cow as follow.

The user config:

LINUX

$HOME/.cow/cowrc

WIN

./cowrc

or

%USERPROFILE%/cowrc

The global config:

LINUX

/etc/cowrc

WIN

./cowrc

Windows users may not like, but it's a polited approach!

The new name will avoid collision with others applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant