issue188:c_c
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| issue188:c_c [2023/01/03 11:44] – d52fr | issue188:c_c [2023/01/06 14:28] (Version actuelle) – andre_domenech | ||
|---|---|---|---|
| Ligne 20: | Ligne 20: | ||
| Once you have done that, you simply type tldr followed by a space and the command you need an example of – if you do not update it, you will not get anything out of it.** | Once you have done that, you simply type tldr followed by a space and the command you need an example of – if you do not update it, you will not get anything out of it.** | ||
| + | |||
| + | Dans ce numéro, j' | ||
| + | |||
| + | Entrez dans mcfly (https:// | ||
| + | |||
| + | Commençons par TL;DR : | ||
| + | |||
| + | Installation | ||
| + | |||
| + | Sur la page Web, ils proposent npm, mais la plupart d' | ||
| + | ••Si vous l' | ||
| + | npm install -g tldr | ||
| + | ••Ou vous pouvez simplement utiliser le Python intégré : | ||
| + | pip install tldr-man | ||
| + | ••Les autres, comme moi, tapent simplement | ||
| + | sudo apt install tldr | ||
| + | |||
| + | Maintenant, la toute première chose que vous devez faire, une fois installé, est de mettre à jour cette liste de commandes avec : | ||
| + | |||
| + | tldr -u | ||
| + | |||
| + | Une fois que vous avez fait cela, il vous suffit de taper tldr suivi d'un espace et de la commande dont vous avez besoin d'un exemple - si vous ne mettez pas la liste à jour, vous n' | ||
| + | |||
| **Honestly, this tool has saved me hours! Sometimes, you just want to see an example, and not be bombarded by things nobody uses. It is not perfect, there are still a few commands missing, but what there is, is great! | **Honestly, this tool has saved me hours! Sometimes, you just want to see an example, and not be bombarded by things nobody uses. It is not perfect, there are still a few commands missing, but what there is, is great! | ||
| Ligne 42: | Ligne 65: | ||
| This will grab the latest version and install it for you.** | This will grab the latest version and install it for you.** | ||
| + | |||
| + | Honnêtement, | ||
| + | |||
| + | Passons maintenant à mcfly... pas Marty. [Cf. Retour vers le futur !] | ||
| + | |||
| + | C'est un remplacement complet de CTRL+R. Essentiellement, | ||
| + | |||
| + | Installation | ||
| + | |||
| + | La méthode préférée est via homebrew ou Linuxbrew, avec : | ||
| + | ••brew tap cantino/ | ||
| + | ••brew install mcfly | ||
| + | |||
| + | Cependant, je n' | ||
| + | |||
| + | Cette méthode nécessite un accès root ; aussi, il faut être très prudent ! | ||
| + | |||
| + | sudo -s | ||
| + | |||
| + | curl -LSfs https:// | ||
| + | |||
| + | Cela va récupérer la dernière version et l' | ||
| + | |||
| **You want to add it to your bashrc, so it is available every time you log in: | **You want to add it to your bashrc, so it is available every time you log in: | ||
| Ligne 62: | Ligne 108: | ||
| Linode has some awesome documentation I can recommend: https:// | Linode has some awesome documentation I can recommend: https:// | ||
| + | |||
| + | Vous devez l' | ||
| + | |||
| + | nano ~/.bashrc | ||
| + | |||
| + | et ajoutez simplement ce qui suit à la fin : | ||
| + | |||
| + | eval " | ||
| + | |||
| + | Sauvegardez et vous pouvez lancer un rafraîchissement en ligne avec : | ||
| + | |||
| + | source ~/.bashrc | ||
| + | |||
| + | Attendez maintenant qu'il se termine. | ||
| + | |||
| + | Essayez-le avec : | ||
| + | |||
| + | mcfly search apt | ||
| + | |||
| + | Linode a une documentation impressionnante que je peux vous recommander : https:// | ||
| Ligne 83: | Ligne 149: | ||
| What are your favourites? misc@fullcirclemagazine.org** | What are your favourites? misc@fullcirclemagazine.org** | ||
| + | |||
| + | De même, vous pouvez également « entraîner » l'IA de mcfly. | ||
| + | |||
| + | fs, fd : | ||
| + | |||
| + | En prime, je veux vous parler de la recherche en ligne de commande. Dans l' | ||
| + | |||
| + | Vous pouvez le trouver ici : https:// | ||
| + | |||
| + | Installation | ||
| + | |||
| + | Téléchargez le fichier .deb et utilisez votre installeur préféré. | ||
| + | |||
| + | Pour l' | ||
| + | |||
| + | Et juste comme ça, vous pouvez rechercher de l' | ||
| + | |||
| + | Nous espérons que cet article, qui était court et sympa, vous a été utile. | ||
| + | |||
| + | Quels sont vos favoris ? misc@fullcirclemagazine.org | ||
issue188/c_c.1672742688.txt.gz · Dernière modification : 2023/01/03 11:44 de d52fr
