h-m-m
h-m-m copied to clipboard
Hackers Mind Map
Can someone check whether or not the install script works on Mac, and if not, come with adjustments to it to work on both platforms, or prepare a separate install...
I added a check for Homebrew, and if it exists, gives the option to install the corresponding dependencies.
First of all, please feel free to reject this PR if you don't like it; this is just an idea / playing around to understand the internals. Since function definitions...
h-m-m doesn't work in Windows because of the following: * `tput` for getting the terminal dimensions and enabling the alternate screen * `stty` for disabling echo, ctrl+c, etc. * (anything...
As shown in the figure, the Chinese node is misaligned. Each time an input method is selected in the input box, a new line is generated.
fix #68
I added meta-left, meta-right, and meta-backspace support to mostly reflect what readline does, minus undo and yank/copy. Nowadays, meta pretty much means alt.
``` $ docker build -t hmm . ... ... STEP 5/6: COPY ./h-m-m . --> 9b46e4f6a713 STEP 6/6: CMD ["./h-m-m"] COMMIT hmm --> eeb8910cbf86 Successfully tagged localhost/hmm:latest $ docker run...