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
Hola Rafa
En relación a "dot". Noté que tarda en printar los comandos disponibles. Señalo la línea que se lleva el tiempo de ejecución.
dotfiles/bin/dot
Line 25 in b23b233
Que te parece reemplazar xargs -I % sh -c 'echo "$(basename $(dirname %)) $(basename %)"' | por awk -F"/" '{print $(NF-1) " " $NF}' |
xargs -I % sh -c 'echo "$(basename $(dirname %)) $(basename %)"' |
awk -F"/" '{print $(NF-1) " " $NF}' |
de esa manera te evitas abrir un nuevo sh para ejecutar el echo y la ejecución pasa a ser instantánea.
Siento tener poco tiempo para subir un PR. Será para la próxima!
Fantástico codebase, me haz hecho tremendamente feliz 🥇 🥇 🥇 🥇
The text was updated successfully, but these errors were encountered:
Pues me parece perfecto 😬 3a61251
Muchas gracias!! 😊
Sorry, something went wrong.
Gracias a tí! Un placer ayudarte
No branches or pull requests
Hola Rafa
En relación a "dot". Noté que tarda en printar los comandos disponibles. Señalo la línea que se lleva el tiempo de ejecución.
dotfiles/bin/dot
Line 25 in b23b233
Que te parece reemplazar
xargs -I % sh -c 'echo "$(basename $(dirname %)) $(basename %)"' |
por
awk -F"/" '{print $(NF-1) " " $NF}' |
de esa manera te evitas abrir un nuevo sh para ejecutar el echo y la ejecución pasa a ser instantánea.
Siento tener poco tiempo para subir un PR. Será para la próxima!
Fantástico codebase, me haz hecho tremendamente feliz 🥇 🥇 🥇 🥇
The text was updated successfully, but these errors were encountered: