Aliases to help Windows users transition smoothly to the Linux terminal.
Des alias pour faciliter la transition des utilisateurs Windows vers le terminal Linux.
English
SmoothTerminal provides a set of aliases and scripts to help users coming from Windows find their familiar commands (cls, dir, copy, etc.) on a Linux terminal. The goal is to make the transition easier and more intuitive.
Français
SmoothTerminal est un ensemble d'alias et de scripts pour permettre aux utilisateurs venant de Windows de retrouver leurs commandes habituelles (cls, dir, copy, etc.) sur un terminal Linux. L'objectif est de rendre la prise en main plus simple et intuitive.
English
- Clone the repository or download the files.
- Place the
WinToLinux.sh
file in your home directory. - Add the following line at the end of your
.bashrc
or.zshrc
:source ~/WinToLinux.sh
- Reload your terminal or run
source ~/.bashrc
(orsource ~/.zshrc
).
An automatic installation script (install.sh
) is also available to simplify the process.
Français
- Clonez le dépôt ou téléchargez les fichiers.
- Placez le fichier
WinToLinux.sh
dans votre dossier personnel. - Ajoutez la ligne suivante à la fin de votre
.bashrc
ou.zshrc
:source ~/WinToLinux.sh
- Rechargez votre terminal ou exécutez
source ~/.bashrc
(ousource ~/.zshrc
).
Un script d'installation automatique (install.sh
) est également disponible pour simplifier la procédure.
cls -----------------------> 'clear'
Get-UserInfo --------------> 'whoami'
English Spaced commands such as "net user" in Windows should be used with a short stroke. Français Les commandes espacées telles que « utilisateur net » dans Windows doivent être utilisées avec un trait court.
Exemple/Example:
net-user ---> 'net user'
English
A script uninstall.sh
is provided to cleanly remove the aliases and configuration changes from your shell file.
Français
Un script uninstall.sh
est fourni pour retirer proprement les alias et les modifications du fichier de configuration du shell.
English
This project is licensed under the GNU GPL v3. You are free to use, modify, and redistribute it under the terms of this license. For more information, see the LICENSE file or the official page: https://www.gnu.org/licenses/gpl-3.0.html
Français
Ce projet est distribué sous licence GNU GPL v3. Vous êtes libre de l'utiliser, le modifier et le redistribuer selon les termes de cette licence. Pour plus d'informations, consultez le fichier LICENSE ou la page officielle : https://www.gnu.org/licenses/gpl-3.0.html