Commit graph

110 commits

Author SHA1 Message Date
Dave Webb d235452302 Copy h-m-m to image as one of the final steps of the build
Each edit to the h-m-m script was triggering a full image rebuild,
including the slow apt-get and docker-php-ext-install steps.

I figure that the h-m-m script itself is more likely to change than the
system installs.

Moving the COPY to after those operations means that each time h-m-m
changes, the `docker build` can use the cache for the slow operations,
and just add a new layer for the COPY at the end.

Plus `chmod +x h-m-m` is unnecessary as h-m-m already has the executable
bit set.
2022-09-29 22:03:40 +13:00
nadrad 3a1f2db77d shell command after exporting 2022-09-29 10:14:11 +02:00
nadrad 80bf357301 clearer explanation of the clipboard options 2022-09-26 17:11:27 +02:00
nadrad a61e4acfc7 added internal, file, and command clipboard types
* `--clipboard=os` uses xclip and similar applications (default).
* `--clipboard=internal` uses an internal variable as the clipboard without exchanging content with external applications.
* `--clipboard=file` along with `--clipboard-file=/path/filename` uses the file as the clipboard.
* `--clipboard=command` uses `--clipboard-in-command="command %text%"` to send content and `--clipboard-out-command=command` to receive.
2022-09-26 17:09:45 +02:00
nadrad b655e0e928 fixed ctrl+delete in the editor 2022-09-25 09:14:33 +02:00
nadrad 8116d7ad4b fixed ctrl+backspace bug 2022-09-25 08:58:19 +02:00
nadrad c870e3b098 ignore the 'NEW' text when editing nodes 2022-09-24 10:54:08 +02:00
nadrad ff3c6814b5 negative x for some messages! 2022-09-23 11:11:16 +02:00
nadrad 60dcb18842 Merge branch 'main' 2022-09-23 11:03:20 +02:00
nadrad ab1f4d5ba1 fixed ctrl+bs in the beginning of lines 2022-09-23 11:02:32 +02:00
Nader K. Rad b9b26703fc
Merge pull request #34 from jinjaghost/main
one less substraction on undo
2022-09-23 10:41:00 +02:00
Ken Polizzi 062d6bb9b0 one less substraction on undo 2022-09-21 16:20:09 +02:00
nadrad e4ef78bbf9 php_eol instead of \n 2022-09-20 20:49:23 +02:00
Nader K. Rad fa07f5f819
Merge pull request #32 from micgro42/main
Don't clear the screen when erroring out
2022-09-20 20:32:08 +02:00
nadrad 5bcd39d3e8 normal exit() instead of shutdown() for no clpbrd 2022-09-20 20:29:25 +02:00
Michael Große ae185ceb02 Don't clear the screen when erroring out
The shutdown() function clears the screen which makes it very hard to
debug what is wrong. Thus exiting with exit(1) which is also used in
other error conditions.
2022-09-20 15:22:22 +00:00
nadrad 4f06418b89 smarter file naming 2022-09-20 11:38:06 +02:00
nadrad 5074ae39d8 configuration 2022-09-19 20:53:38 +02:00
nadrad 45e60e2c8d refactoring names + more config options 2022-09-19 20:33:27 +02:00
nadrad ecf7443384 adding editorconfig 2022-09-18 13:57:11 +02:00
nadrad 0555f793f6 styling -- uniform empty lines 2022-09-18 13:48:51 +02:00
nadrad ebf14c12a6 styling 2022-09-18 13:39:49 +02:00
nadrad d3d9ed0bdd removed the logo from the screen 2022-09-18 13:27:37 +02:00
nadrad 22f4c200a3 note for Windows users 2022-09-18 13:23:36 +02:00
nadrad 7a7b412439 removed pcntl 2022-09-18 11:25:49 +02:00
Nader K. Rad b036cdd97f
Merge pull request #28 from llagerlof/main
Improvements to install.sh
2022-09-18 11:17:47 +02:00
Lawrence Lagerlof a5ed41fd54 Added quotes to $DESTINATION_DIR in install.sh 2022-09-17 12:51:53 -03:00
Lawrence Lagerlof 51aaa2ec57 Removed some unnecessary quotes from install.sh 2022-09-17 12:47:47 -03:00
Lawrence Lagerlof e222b5232e Removed duplicated chmod in install.sh 2022-09-17 12:45:29 -03:00
Nader K. Rad 7ebfd19392
Merge pull request #26 from llagerlof/main
Install script converted from bash to sh
2022-09-17 15:35:16 +02:00
Lawrence Lagerlof 11cd3de1c3 Pipe downloaded script to sh instead bash 2022-09-17 09:59:30 -03:00
Lawrence Lagerlof 067ce1813b Added blank lines to install.sh output strings 2022-09-17 09:56:02 -03:00
Lawrence Lagerlof 57a97b98d7 install.sh bash script converted to sh script 2022-09-17 09:48:46 -03:00
nadrad d94f0f2364 marked code as shell code 2022-09-17 12:06:09 +02:00
nadrad 79dc11c80a structured the Docker guide 2022-09-17 11:49:14 +02:00
Nader K. Rad 0ae5849ada
Merge pull request #15 from vc0sta/main
Dockerize app
2022-09-17 11:47:29 +02:00
nadrad d52649bc71 remove the number of children from exported HTMLs 2022-09-17 11:42:21 +02:00
Nader K. Rad 223acea323
Merge pull request #18 from jinjaghost/main
Expand children on moving right
2022-09-17 11:40:15 +02:00
nadrad fd5dd16533 removed mb_regex_encoding 2022-09-17 08:49:22 +02:00
nadrad 8bfdc68956 refined the control character cleaner 2022-09-17 00:41:45 +02:00
CPM/VX 891f6f45b7
Merge branch 'nadrad:main' into main 2022-09-16 23:15:01 +02:00
nadrad 7ffdffc6bf key bindings for the text editor 2022-09-16 21:41:53 +02:00
nadrad 5abf215403 fixed the issue with pasting nothingness! 2022-09-16 21:09:16 +02:00
nadrad 2b913c599f added 'del' 2022-09-16 21:03:12 +02:00
nadrad 9c0582889e excluded \t and \n from the text cleaner 2022-09-16 20:53:04 +02:00
nadrad c104792e6a now ctrl+shift+v pastes in the editor 2022-09-16 20:21:40 +02:00
nadrad 4bccfadb76 replaced 'readline' with 'magic_readline'! 2022-09-16 20:00:40 +02:00
nadrad 890e6cb45f setting a maximum for undo 2022-09-16 19:33:55 +02:00
nadrad dd0880e755 more key bindings for search 2022-09-16 14:58:07 +02:00
nadrad 9e0fd42e8f space was mistakenly excluded as a control char 2022-09-16 14:51:50 +02:00