Skip to content

Human readable information for file, link or directory (Requires BASH)

License

Notifications You must be signed in to change notification settings

alexiarstein/detail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Detail

Detail is a small application in bash that prints information about a file, directory or link in a rather comprehensive and human format.

[alexia@goldenDogLinux]$ detail example.txt  
Detail 1.1.2
Nombre example.txt | Tipo: Archivo | CHMOD: 664  
Dueño/a: alexia | Grupo: alexia | Sistema (Todos) | 
Lectura:     si | Lectura:   si | Lectura:     si | 
Escritura:   si | Escritura: si | Escritura:   no |
Ejecución:   no | Ejecución: no | Ejecución:   no |

[alexia@goldenDogLinux]$ detail /usr/bin/
Detail 1.1.2 
Nombre /usr/bin/ | Tipo: Directorio | CHMOD: 555
Dueño/a: root |   Grupo: root | Sistema (Todos) |
Lectura:   si | Lectura:   si | Lectura:     si |
Escritura: no | Escritura: no | Escritura:   no |  
Ejecución: si | Ejecución: si | Ejecución:   si | 
[alexia@goldenDogLinux]$

Install:

  1. git clone https://github.com/alexiarstein/detail.git

  2. copy/paste the following code in your terminal:

    cd detail; sudo mv /usr/local/bin/detail; sudo chmod a+x /usr/local/bin/detail

Remove:

sudo rm ~/.detail.conf; sudo rm /usr/local/bin/detail

Reset Language:

sudo rm ~/.detail.conf

Author:

Alexia Rivera Steinberg alexiarstein@aol.com

Changelog:

v1.1.3 02/01/2024: fixed minor bugs, typos, etc.

v1.1.2 06/06/2023: Added language support fixed minor bugs.

Contributions:

Contributions are needed. I need help translating this script to the following languages:

  • Portuguese
  • French
  • Chinese
  • Japanese
  • German
  • Russian
  • Italian

About

Human readable information for file, link or directory (Requires BASH)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages