diff --git a/wiki/MUTN/completions.md b/wiki/MUTN/completions.md index 332d43d..8ecb041 100644 --- a/wiki/MUTN/completions.md +++ b/wiki/MUTN/completions.md @@ -1,3 +1,4 @@ +## Shell Completions Troubleshooting ### ZSH completions not working? Make sure your ~/.zshrc contains the following: ```shell @@ -29,4 +30,5 @@ Currently, completions must be manually installed and sourced in your PowerShell ```shell Set-PSReadlineKeyHandler -Key Tab -Function Complete # this line is optional; it makes tab completion function more similarly to Bash/ZSH . :\path\to\mutn.ps1 -``` \ No newline at end of file +``` +...and then restart your shell. \ No newline at end of file diff --git a/wiki/MUTN/quirks.md b/wiki/MUTN/quirks.md new file mode 100644 index 0000000..fd068b9 --- /dev/null +++ b/wiki/MUTN/quirks.md @@ -0,0 +1,7 @@ +## Windows Quirks +MUTN for Windows is fully functional, though it does exhibit a few quirks/bugs not found on other platforms. Watch out for these, and if you have the know-how, pull requests addressing them are welcomed! + +- Reading entries (especially those containing Markdown notes) often results in failure to interpret ANSI escape codes, leading to the raw escape codes being dumped to stdout. This happens seemingly randomly and re-running the exact same command ALWAYS yields the correct output. It's like the terminal has to "warm up" to ASNI escape codes or something. **Help wanted**. +- GPG is sometimes (seems unpredictable) incredibly slow to start on Windows (often after a reboot), leading to many operations seemingly hanging + - **This will be addressed** in the migration off of GPG that will take place before v1.0.0 +- PowerShell tab completions will not complete after a directory name if the directory contains a space \ No newline at end of file diff --git a/wiki/libmutton/clipboard.md b/wiki/libmutton/clipboard.md index c0135c9..5d1d876 100644 --- a/wiki/libmutton/clipboard.md +++ b/wiki/libmutton/clipboard.md @@ -1,3 +1,4 @@ +## Clipboard Troubleshooting + Clipboard Manager Rant ### Clipboard managers can break libmutton-based password managers *** The intended way for libmutton to interact with the system clipboard is for it to clear it 30 seconds after copying a field. **Unfortunately, this does not work by default on all systems due to the prevalence of clipboard managers.** diff --git a/wiki/main.md b/wiki/main.md index 58364ec..64fb229 100644 --- a/wiki/main.md +++ b/wiki/main.md @@ -7,7 +7,7 @@ Crossed out items have not yet been added to the wiki. [~~Usage~~](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/usage.md) -[~~Windows Quirks~~](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/quirks.md) +[Windows Quirks](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/quirks.md) [Shell Completions Troubleshooting](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/completions.md)