ULL-ESIT-GRADOII-TFG / ghedsh

:octocat: A command line program following the philosophy of GitHub Education
http://ull-esit-gradoii-tfg.github.io/ghedsh/
GNU Lesser General Public License v3.0
0 stars 1 forks source link

listados ordenados alfabéticamente #47

Open crguezl opened 6 years ago

crguezl commented 6 years ago

No siempre ghedsh produce los resultados de un comando ordenados:

crguezl> ULL-ESIT-PL-1718> repos /alejandro/i
Fetching ULL-ESIT-PL-1718 repositories (    ● ) ... done!
iaas-AlejandroLF
OOP-AlejandroLF
npm-modules-AlejandroLF
prueba-modulo-AlejandroLF
regexp-alu0100973792-alejandro
regexp-alu0100845808-alejandro
analizador-lexico-para-js-AlejandroLF
a-programming-language-AlejandroLF
egg-2-AlejandroLF
tfa-AlejandroLF
egg-4-AlejandroLF
infix-to-egg-AlejandroLF
Egg-en-Pegg-AlejandroLF
jison-calc-egg-alu0100973792-AlejandroLF
egg-3-AlejandroLF
alejandro-eval

No sé si se podría hacer que siempre salieran ordenados alfabéticamente? O disponer de una opción de ordenación?

crguezl commented 6 years ago

¿Quizá unas estadísticas finales como hace ls? (por ejemplo: 17 items listed )

ahcarlos commented 6 years ago

A partir de la 2.3.6 se muestra la cantidad de items listados en el comando repos. Y los repos se listan ordenados alfabéticamente.

crguezl commented 6 years ago

¿Sería posible que fuera sí con otros comandos? Por ejemplo orgs, files, etc.