Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
adrian
/
mutt-wizard
espelhamento de
https://github.com/LukeSmithxyz/mutt-wizard.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
6
Wiki
Atividade
Ver código fonte
password output removed
tags/v3.1
Luke Smith
7 anos atrás
pai
a31614d38b
commit
020de269ea
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG:
4C50B54A911F6252
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão unificada
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
mw
+ 1
- 1
mw
Ver arquivo
@@ -168,7 +168,7 @@ EOF
trysync && finalize
trysync && finalize
}
}
getpass() { pass rm -f "mutt-wizard-$title"
2
>/dev/null ; pass insert "mutt-wizard-$title" ;}
getpass() { pass rm -f "mutt-wizard-$title" >/dev/null
2>&1
; pass insert "mutt-wizard-$title" ;}
formatShortcut() { \
formatShortcut() { \
while read -r data; do { echo "macro index,pager g$1 \"<change-folder>$data<enter>\" \"go to $2\" # autogenerated"
while read -r data; do { echo "macro index,pager g$1 \"<change-folder>$data<enter>\" \"go to $2\" # autogenerated"
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar