Все вопросы: [bash-completion]
2 вопросов
7
голосов
5ответов
1963 просмотров
Tcsh and/or bash directory completion with variable hidden root prefix
I'm trying to set up directory completion in tcsh and/or bash (both are used at my site) with a slight twist: for a particular command "foo", I'd like to have completion use a custom function to match the first /-delimited term to an actual subtree node, and then follow normal directory completio...
2
голосов
2ответов
2901 просмотров
Завершение Bash для make с общими целями в Makefile
У меня есть Makefile, в котором большинство моих целей создаются в общем виде с помощью стандартной последовательности. Кажется, что завершение bash предлагает завершения только для обычных целей, например target_name: #[email protected] , а не для общих целей. Есть ли способ заставить завершение...