We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
/etc/cowrc
Windows users may not like, but it's a polited approach!
The new name will avoid collision with others applications.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The user config are:
Than my suggestion is name the config files of cow as follow.
The user config:
LINUX
WIN
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.
The text was updated successfully, but these errors were encountered: