From 6c65660d0aeb73711bd86448ef9bfd770338cb32 Mon Sep 17 00:00:00 2001 From: shkschneider Date: Sun, 28 Jan 2024 22:33:31 +0100 Subject: [PATCH] macro: renamed the project from micro licensed under MIT renamed because I wanted a separated configuration so ~/.config/macro seemed reasonable this fork is just a custom baked micro editor and I just share its code please do not report bugs to upstream as those might be mine --- .gitignore | 7 +- LICENSE | 1272 ++++++++++++++++ LICENSE-THIRD-PARTY | 1306 ----------------- Makefile | 44 +- README.md | 214 +-- assets/micro-logo-drop.svg | 109 -- assets/micro-logo-mark.svg | 59 - assets/micro-logo.svg | 76 - assets/micro-solarized.png | Bin 258707 -> 0 bytes assets/packaging/deb/micro.postinst | 9 - assets/packaging/deb/micro.prerm | 7 - assets/packaging/micro.1 | 125 -- cmd/micro/clean.go | 148 -- cmd/micro/debug.go | 31 - cmd/micro/initlua.go | 160 -- cmd/micro/micro.go | 493 ------- cmd/micro/micro_test.go | 339 ----- data/io.github.zyedidia.micro.metainfo.xml | 49 - data/micro.json | 358 ----- internal/action/actions.go | 2 +- internal/action/events.go | 2 +- internal/buffer/backup.go | 17 +- internal/buffer/serialize.go | 4 +- internal/clipboard/clipboard.go | 4 +- internal/config/config.go | 14 +- internal/screen/screen.go | 6 +- runtime/README.md | 5 - .../micro.desktop => runtime/macro.desktop | 4 +- runtime/macro.svg | 7 + runtime/syntax/README.md | 67 - runtime/syntax/haml.yaml | 2 +- snapcraft.yaml | 31 - tools/build-date.go | 26 - tools/build-version.go | 77 - tools/compile-linux.sh | 32 - tools/cross-compile.sh | 120 -- tools/info-plist.go | 51 - tools/nightly-release.sh | 34 - tools/package-deb.sh | 1 - tools/pre-release.sh | 38 - tools/release.sh | 37 - tools/remove-nightly-assets.go | 41 - tools/testgen.go | 257 ---- tools/update-nightly-tag.sh | 13 - tools/vendor-src.sh | 6 - 45 files changed, 1361 insertions(+), 4343 deletions(-) delete mode 100644 LICENSE-THIRD-PARTY delete mode 100644 assets/micro-logo-drop.svg delete mode 100644 assets/micro-logo-mark.svg delete mode 100644 assets/micro-logo.svg delete mode 100644 assets/micro-solarized.png delete mode 100755 assets/packaging/deb/micro.postinst delete mode 100755 assets/packaging/deb/micro.prerm delete mode 100644 assets/packaging/micro.1 delete mode 100644 cmd/micro/clean.go delete mode 100644 cmd/micro/debug.go delete mode 100644 cmd/micro/initlua.go delete mode 100644 cmd/micro/micro.go delete mode 100644 cmd/micro/micro_test.go delete mode 100644 data/io.github.zyedidia.micro.metainfo.xml delete mode 100644 data/micro.json delete mode 100644 runtime/README.md rename assets/packaging/micro.desktop => runtime/macro.desktop (95%) create mode 100644 runtime/macro.svg delete mode 100644 runtime/syntax/README.md delete mode 100644 snapcraft.yaml delete mode 100644 tools/build-date.go delete mode 100644 tools/build-version.go delete mode 100755 tools/compile-linux.sh delete mode 100755 tools/cross-compile.sh delete mode 100644 tools/info-plist.go delete mode 100755 tools/nightly-release.sh delete mode 100755 tools/package-deb.sh delete mode 100755 tools/pre-release.sh delete mode 100755 tools/release.sh delete mode 100644 tools/remove-nightly-assets.go delete mode 100644 tools/testgen.go delete mode 100755 tools/update-nightly-tag.sh delete mode 100755 tools/vendor-src.sh diff --git a/.gitignore b/.gitignore index 2adb8d5fd8..476d886d3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ .DS_Store -micro +macro !cmd/micro +!cmd/macro binaries/ tmp.sh test/ @@ -12,8 +13,4 @@ test.txt log.txt *.old benchmark_results* -tools/build-version -tools/build-date -tools/info-plist -tools/vscode-tests/ *.hdr diff --git a/LICENSE b/LICENSE index 43e745149c..b7f0305d50 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,13 @@ +github.com/shkschneider/macro +============================= + +MIT License + +Copyright (c) 2024: ShkSchneider + +github.com/zyedidia/micro +========================= + MIT License Copyright (c) 2016-2020: Zachary Yedidia, et al. @@ -20,3 +30,1265 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +github.com/golang/go/LICENSE +---------------------------- + +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +github.com/blang/semver/LICENSE +------------------------------- + +The MIT License + +Copyright (c) 2014 Benedikt Lang + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +github.com/gdamore/encoding/LICENSE +----------------------------------- + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +github.com/go-errors/errors/LICENSE.MIT +--------------------------------------- + +Copyright (c) 2015 Conrad Irwin + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +github.com/mattn/go-isatty/LICENSE +---------------------------------- + +Copyright (c) Yasuhiro MATSUMOTO + +MIT License (Expat) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +github.com/mattn/go-runewidth/LICENSE +------------------------------------- + +The MIT License (MIT) + +Copyright (c) 2016 Yasuhiro Matsumoto + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +github.com/mitchellh/go-homedir/LICENSE +--------------------------------------- + +The MIT License (MIT) + +Copyright (c) 2013 Mitchell Hashimoto + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +github.com/sergi/go-diff/LICENSE +-------------------------------- + +Copyright (c) 2012-2016 The go-diff Authors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + + +github.com/yuin/gopher-lua/LICENSE +---------------------------------- + +The MIT License (MIT) + +Copyright (c) 2015 Yusuke Inuzuka + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +github.com/atotto/clipboard/LICENSE +----------------------------------- + +Copyright (c) 2013 Ato Araki. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of @atotto. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +github.com/gdamore/tcell/LICENSE +-------------------------------- + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +golang.org/x/text/LICENSE +------------------------- + +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +layeh.com/gopher-luar/LICENSE +----------------------------- + +Mozilla Public License Version 2.0 + +1. Definitions + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +github.com/flynn/json5/LICENSE +------------------------------ + +Decoder code based on package encoding/json from the Go language. + +Copyright (c) 2012 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +https://github.com/json5/json5 +------------------------------ + +Copyright (c) 2012-2016 Aseem Kishore, and others. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +github.com/james4k/terminal/LICENSE +----------------------------------- + +Copyright (C) 2013 James Gray + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without liitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and thismssion notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +github.com/kr/pty/License +------------------------- + +Copyright (c) 2011 Keith Rarick + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, +sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall +be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +github.com/npat-efault/poller/LICENSE.txt +----------------------------------------- + +Copyright (c) 2014, Nick Patavalis (npat@efault.net) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +github.com/zyedidia/glob +------------------------ + +Glob is licensed under the MIT "Expat" License: + +Copyright (c) 2016: Zachary Yedidia. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +github.com/dustin/go-humanize/LICENSE +------------------------------------- + +Copyright (c) 2005-2008 Dustin Sallings + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +gopkg.in/yaml.v2/LICENSE +------------------------ + +Copyright 2011-2016 Canonical Ltd. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +github.com/kballard/go-shellquote/LICENSE +----------------------------------------- + +Copyright (C) 2014 Kevin Ballard + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE +OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +github.com/stretchr/testify +--------------------------- + +MIT License + +Copyright (c) 2012-2018 Mat Ryer and Tyler Bunnell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/LICENSE-THIRD-PARTY b/LICENSE-THIRD-PARTY deleted file mode 100644 index edfd812aed..0000000000 --- a/LICENSE-THIRD-PARTY +++ /dev/null @@ -1,1306 +0,0 @@ -Third party libraries directly used by micro and their licenses -================ - -github.com/golang/go/LICENSE -================ - -Copyright (c) 2009 The Go Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -github.com/blang/semver/LICENSE -================ - -The MIT License - -Copyright (c) 2014 Benedikt Lang - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -github.com/gdamore/encoding/LICENSE -================ - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -github.com/go-errors/errors/LICENSE.MIT -================ - -Copyright (c) 2015 Conrad Irwin - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -github.com/mattn/go-isatty/LICENSE -================ - -Copyright (c) Yasuhiro MATSUMOTO - -MIT License (Expat) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -github.com/mattn/go-runewidth/LICENSE -================ - -The MIT License (MIT) - -Copyright (c) 2016 Yasuhiro Matsumoto - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - -github.com/mitchellh/go-homedir/LICENSE -================ - -The MIT License (MIT) - -Copyright (c) 2013 Mitchell Hashimoto - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -github.com/sergi/go-diff/LICENSE -================ - -Copyright (c) 2012-2016 The go-diff Authors. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. - - - -github.com/yuin/gopher-lua/LICENSE -================ - -The MIT License (MIT) - -Copyright (c) 2015 Yusuke Inuzuka - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - -github.com/atotto/clipboard/LICENSE -================ -github.com/zyedidia/clipboard/LICENSE (fork) -================ - -Copyright (c) 2013 Ato Araki. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of @atotto. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -github.com/gdamore/tcell/LICENSE -================ -github.com/zyedidia/tcell/LICENSE (fork) -================ - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -golang.org/x/text/LICENSE -================ - -Copyright (c) 2009 The Go Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -layeh.com/gopher-luar/LICENSE -================ - -Mozilla Public License Version 2.0 -================================== - -1. Definitions --------------- - -1.1. "Contributor" - means each individual or legal entity that creates, contributes to - the creation of, or owns Covered Software. - -1.2. "Contributor Version" - means the combination of the Contributions of others (if any) used - by a Contributor and that particular Contributor's Contribution. - -1.3. "Contribution" - means Covered Software of a particular Contributor. - -1.4. "Covered Software" - means Source Code Form to which the initial Contributor has attached - the notice in Exhibit A, the Executable Form of such Source Code - Form, and Modifications of such Source Code Form, in each case - including portions thereof. - -1.5. "Incompatible With Secondary Licenses" - means - - (a) that the initial Contributor has attached the notice described - in Exhibit B to the Covered Software; or - - (b) that the Covered Software was made available under the terms of - version 1.1 or earlier of the License, but not also under the - terms of a Secondary License. - -1.6. "Executable Form" - means any form of the work other than Source Code Form. - -1.7. "Larger Work" - means a work that combines Covered Software with other material, in - a separate file or files, that is not Covered Software. - -1.8. "License" - means this document. - -1.9. "Licensable" - means having the right to grant, to the maximum extent possible, - whether at the time of the initial grant or subsequently, any and - all of the rights conveyed by this License. - -1.10. "Modifications" - means any of the following: - - (a) any file in Source Code Form that results from an addition to, - deletion from, or modification of the contents of Covered - Software; or - - (b) any new file in Source Code Form that contains any Covered - Software. - -1.11. "Patent Claims" of a Contributor - means any patent claim(s), including without limitation, method, - process, and apparatus claims, in any patent Licensable by such - Contributor that would be infringed, but for the grant of the - License, by the making, using, selling, offering for sale, having - made, import, or transfer of either its Contributions or its - Contributor Version. - -1.12. "Secondary License" - means either the GNU General Public License, Version 2.0, the GNU - Lesser General Public License, Version 2.1, the GNU Affero General - Public License, Version 3.0, or any later versions of those - licenses. - -1.13. "Source Code Form" - means the form of the work preferred for making modifications. - -1.14. "You" (or "Your") - means an individual or a legal entity exercising rights under this - License. For legal entities, "You" includes any entity that - controls, is controlled by, or is under common control with You. For - purposes of this definition, "control" means (a) the power, direct - or indirect, to cause the direction or management of such entity, - whether by contract or otherwise, or (b) ownership of more than - fifty percent (50%) of the outstanding shares or beneficial - ownership of such entity. - -2. License Grants and Conditions --------------------------------- - -2.1. Grants - -Each Contributor hereby grants You a world-wide, royalty-free, -non-exclusive license: - -(a) under intellectual property rights (other than patent or trademark) - Licensable by such Contributor to use, reproduce, make available, - modify, display, perform, distribute, and otherwise exploit its - Contributions, either on an unmodified basis, with Modifications, or - as part of a Larger Work; and - -(b) under Patent Claims of such Contributor to make, use, sell, offer - for sale, have made, import, and otherwise transfer either its - Contributions or its Contributor Version. - -2.2. Effective Date - -The licenses granted in Section 2.1 with respect to any Contribution -become effective for each Contribution on the date the Contributor first -distributes such Contribution. - -2.3. Limitations on Grant Scope - -The licenses granted in this Section 2 are the only rights granted under -this License. No additional rights or licenses will be implied from the -distribution or licensing of Covered Software under this License. -Notwithstanding Section 2.1(b) above, no patent license is granted by a -Contributor: - -(a) for any code that a Contributor has removed from Covered Software; - or - -(b) for infringements caused by: (i) Your and any other third party's - modifications of Covered Software, or (ii) the combination of its - Contributions with other software (except as part of its Contributor - Version); or - -(c) under Patent Claims infringed by Covered Software in the absence of - its Contributions. - -This License does not grant any rights in the trademarks, service marks, -or logos of any Contributor (except as may be necessary to comply with -the notice requirements in Section 3.4). - -2.4. Subsequent Licenses - -No Contributor makes additional grants as a result of Your choice to -distribute the Covered Software under a subsequent version of this -License (see Section 10.2) or under the terms of a Secondary License (if -permitted under the terms of Section 3.3). - -2.5. Representation - -Each Contributor represents that the Contributor believes its -Contributions are its original creation(s) or it has sufficient rights -to grant the rights to its Contributions conveyed by this License. - -2.6. Fair Use - -This License is not intended to limit any rights You have under -applicable copyright doctrines of fair use, fair dealing, or other -equivalents. - -2.7. Conditions - -Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted -in Section 2.1. - -3. Responsibilities -------------------- - -3.1. Distribution of Source Form - -All distribution of Covered Software in Source Code Form, including any -Modifications that You create or to which You contribute, must be under -the terms of this License. You must inform recipients that the Source -Code Form of the Covered Software is governed by the terms of this -License, and how they can obtain a copy of this License. You may not -attempt to alter or restrict the recipients' rights in the Source Code -Form. - -3.2. Distribution of Executable Form - -If You distribute Covered Software in Executable Form then: - -(a) such Covered Software must also be made available in Source Code - Form, as described in Section 3.1, and You must inform recipients of - the Executable Form how they can obtain a copy of such Source Code - Form by reasonable means in a timely manner, at a charge no more - than the cost of distribution to the recipient; and - -(b) You may distribute such Executable Form under the terms of this - License, or sublicense it under different terms, provided that the - license for the Executable Form does not attempt to limit or alter - the recipients' rights in the Source Code Form under this License. - -3.3. Distribution of a Larger Work - -You may create and distribute a Larger Work under terms of Your choice, -provided that You also comply with the requirements of this License for -the Covered Software. If the Larger Work is a combination of Covered -Software with a work governed by one or more Secondary Licenses, and the -Covered Software is not Incompatible With Secondary Licenses, this -License permits You to additionally distribute such Covered Software -under the terms of such Secondary License(s), so that the recipient of -the Larger Work may, at their option, further distribute the Covered -Software under the terms of either this License or such Secondary -License(s). - -3.4. Notices - -You may not remove or alter the substance of any license notices -(including copyright notices, patent notices, disclaimers of warranty, -or limitations of liability) contained within the Source Code Form of -the Covered Software, except that You may alter any license notices to -the extent required to remedy known factual inaccuracies. - -3.5. Application of Additional Terms - -You may choose to offer, and to charge a fee for, warranty, support, -indemnity or liability obligations to one or more recipients of Covered -Software. However, You may do so only on Your own behalf, and not on -behalf of any Contributor. You must make it absolutely clear that any -such warranty, support, indemnity, or liability obligation is offered by -You alone, and You hereby agree to indemnify every Contributor for any -liability incurred by such Contributor as a result of warranty, support, -indemnity or liability terms You offer. You may include additional -disclaimers of warranty and limitations of liability specific to any -jurisdiction. - -4. Inability to Comply Due to Statute or Regulation ---------------------------------------------------- - -If it is impossible for You to comply with any of the terms of this -License with respect to some or all of the Covered Software due to -statute, judicial order, or regulation then You must: (a) comply with -the terms of this License to the maximum extent possible; and (b) -describe the limitations and the code they affect. Such description must -be placed in a text file included with all distributions of the Covered -Software under this License. Except to the extent prohibited by statute -or regulation, such description must be sufficiently detailed for a -recipient of ordinary skill to be able to understand it. - -5. Termination --------------- - -5.1. The rights granted under this License will terminate automatically -if You fail to comply with any of its terms. However, if You become -compliant, then the rights granted under this License from a particular -Contributor are reinstated (a) provisionally, unless and until such -Contributor explicitly and finally terminates Your grants, and (b) on an -ongoing basis, if such Contributor fails to notify You of the -non-compliance by some reasonable means prior to 60 days after You have -come back into compliance. Moreover, Your grants from a particular -Contributor are reinstated on an ongoing basis if such Contributor -notifies You of the non-compliance by some reasonable means, this is the -first time You have received notice of non-compliance with this License -from such Contributor, and You become compliant prior to 30 days after -Your receipt of the notice. - -5.2. If You initiate litigation against any entity by asserting a patent -infringement claim (excluding declaratory judgment actions, -counter-claims, and cross-claims) alleging that a Contributor Version -directly or indirectly infringes any patent, then the rights granted to -You by any and all Contributors for the Covered Software under Section -2.1 of this License shall terminate. - -5.3. In the event of termination under Sections 5.1 or 5.2 above, all -end user license agreements (excluding distributors and resellers) which -have been validly granted by You or Your distributors under this License -prior to termination shall survive termination. - -************************************************************************ -* * -* 6. Disclaimer of Warranty * -* ------------------------- * -* * -* Covered Software is provided under this License on an "as is" * -* basis, without warranty of any kind, either expressed, implied, or * -* statutory, including, without limitation, warranties that the * -* Covered Software is free of defects, merchantable, fit for a * -* particular purpose or non-infringing. The entire risk as to the * -* quality and performance of the Covered Software is with You. * -* Should any Covered Software prove defective in any respect, You * -* (not any Contributor) assume the cost of any necessary servicing, * -* repair, or correction. This disclaimer of warranty constitutes an * -* essential part of this License. No use of any Covered Software is * -* authorized under this License except under this disclaimer. * -* * -************************************************************************ - -************************************************************************ -* * -* 7. Limitation of Liability * -* -------------------------- * -* * -* Under no circumstances and under no legal theory, whether tort * -* (including negligence), contract, or otherwise, shall any * -* Contributor, or anyone who distributes Covered Software as * -* permitted above, be liable to You for any direct, indirect, * -* special, incidental, or consequential damages of any character * -* including, without limitation, damages for lost profits, loss of * -* goodwill, work stoppage, computer failure or malfunction, or any * -* and all other commercial damages or losses, even if such party * -* shall have been informed of the possibility of such damages. This * -* limitation of liability shall not apply to liability for death or * -* personal injury resulting from such party's negligence to the * -* extent applicable law prohibits such limitation. Some * -* jurisdictions do not allow the exclusion or limitation of * -* incidental or consequential damages, so this exclusion and * -* limitation may not apply to You. * -* * -************************************************************************ - -8. Litigation -------------- - -Any litigation relating to this License may be brought only in the -courts of a jurisdiction where the defendant maintains its principal -place of business and such litigation shall be governed by laws of that -jurisdiction, without reference to its conflict-of-law provisions. -Nothing in this Section shall prevent a party's ability to bring -cross-claims or counter-claims. - -9. Miscellaneous ----------------- - -This License represents the complete agreement concerning the subject -matter hereof. If any provision of this License is held to be -unenforceable, such provision shall be reformed only to the extent -necessary to make it enforceable. Any law or regulation which provides -that the language of a contract shall be construed against the drafter -shall not be used to construe this License against a Contributor. - -10. Versions of the License ---------------------------- - -10.1. New Versions - -Mozilla Foundation is the license steward. Except as provided in Section -10.3, no one other than the license steward has the right to modify or -publish new versions of this License. Each version will be given a -distinguishing version number. - -10.2. Effect of New Versions - -You may distribute the Covered Software under the terms of the version -of the License under which You originally received the Covered Software, -or under the terms of any subsequent version published by the license -steward. - -10.3. Modified Versions - -If you create software not governed by this License, and you want to -create a new license for such software, you may create and use a -modified version of this License if you rename the license and remove -any references to the name of the license steward (except to note that -such modified license differs from this License). - -10.4. Distributing Source Code Form that is Incompatible With Secondary -Licenses - -If You choose to distribute Source Code Form that is Incompatible With -Secondary Licenses under the terms of this version of the License, the -notice described in Exhibit B of this License must be attached. - -Exhibit A - Source Code Form License Notice -------------------------------------------- - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. - -If it is not possible or desirable to put the notice in a particular -file, then You may include the notice in a location (such as a LICENSE -file in a relevant directory) where a recipient would be likely to look -for such a notice. - -You may add additional accurate notices of copyright ownership. - -Exhibit B - "Incompatible With Secondary Licenses" Notice ---------------------------------------------------------- - - This Source Code Form is "Incompatible With Secondary Licenses", as - defined by the Mozilla Public License, v. 2.0. - -github.com/flynn/json5/LICENSE -================ -github.com/zyedidia/json5/LICENSE (fork) -================ - -Decoder code based on package encoding/json from the Go language. - -Copyright (c) 2012 The Go Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - -Test data based on the parse cases from https://github.com/json5/json5 - -Copyright (c) 2012-2016 Aseem Kishore, and others. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -github.com/james4k/terminal/LICENSE -================ -github.com/zyedidia/terminal/LICENSE (fork) -================ - -Copyright (C) 2013 James Gray - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without liitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and thismssion notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -github.com/kr/pty/License -================ -github.com/zyedidia/pty/License (fork) -================ - -Copyright (c) 2011 Keith Rarick - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated -documentation files (the "Software"), to deal in the -Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, -sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall -be included in all copies or substantial portions of the -Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR -PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS -OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -github.com/npat-efault/poller/LICENSE.txt -================ -github.com/zyedidia/poller/LICENSE.txt (fork) -================ - -Copyright (c) 2014, Nick Patavalis (npat@efault.net) -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -github.com/zyedidia/glob -================ - -Glob is licensed under the MIT "Expat" License: - -Copyright (c) 2016: Zachary Yedidia. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -github.com/dustin/go-humanize/LICENSE -================ - -Copyright (c) 2005-2008 Dustin Sallings - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - - -gopkg.in/yaml.v2/LICENSE -================ - -Copyright 2011-2016 Canonical Ltd. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -github.com/kballard/go-shellquote/LICENSE -=============== - -Copyright (C) 2014 Kevin Ballard - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE -OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -github.com/stretchr/testify -================= - -MIT License - -Copyright (c) 2012-2018 Mat Ryer and Tyler Bunnell - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/Makefile b/Makefile index fc9601aa5c..1119d7e4e8 100644 --- a/Makefile +++ b/Makefile @@ -1,51 +1,45 @@ .PHONY: runtime build generate build-quick -VERSION = $(shell GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) \ - go run tools/build-version.go) +NAME = macro +VERSION = $(shell git describe --tags) HASH = $(shell git rev-parse --short HEAD) -DATE = $(shell GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) \ - go run tools/build-date.go) -ADDITIONAL_GO_LINKER_FLAGS = $(shell GOOS=$(shell go env GOHOSTOS) \ - GOARCH=$(shell go env GOHOSTARCH) \ - go run tools/info-plist.go "$(shell go env GOOS)" "$(VERSION)") +DATE = $(shell date +%F) +ADDITIONAL_GO_LINKER_FLAGS = $(shell GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH)) GOBIN ?= $(shell go env GOPATH)/bin GOVARS = -X github.com/zyedidia/micro/v2/internal/util.Version=$(VERSION) -X github.com/zyedidia/micro/v2/internal/util.CommitHash=$(HASH) -X 'github.com/zyedidia/micro/v2/internal/util.CompileDate=$(DATE)' DEBUGVAR = -X github.com/zyedidia/micro/v2/internal/util.Debug=ON -VSCODE_TESTS_BASE_URL = 'https://raw.githubusercontent.com/microsoft/vscode/e6a45f4242ebddb7aa9a229f85555e8a3bd987e2/src/vs/editor/test/common/model/' + +all: build + @echo + @file ./$(NAME) + +update: + @git remote add upstream https://github.com/zyedidia/micro 2>/dev/null + git pull --rebase upstream $(shell git rev-parse --abbrev-ref HEAD) build: generate build-quick build-quick: - go build -trimpath -ldflags "-s -w $(GOVARS) $(ADDITIONAL_GO_LINKER_FLAGS)" ./cmd/micro + go build -trimpath -ldflags "-s -w $(GOVARS) $(ADDITIONAL_GO_LINKER_FLAGS)" ./internal/bin/$(NAME) build-dbg: - go build -trimpath -ldflags "-s -w $(ADDITIONAL_GO_LINKER_FLAGS) $(DEBUGVAR)" ./cmd/micro + go build -trimpath -ldflags "-s -w $(ADDITIONAL_GO_LINKER_FLAGS) $(DEBUGVAR)" ./internal/bin/$(NAME) build-tags: fetch-tags generate - go build -trimpath -ldflags "-s -w $(GOVARS) $(ADDITIONAL_GO_LINKER_FLAGS)" ./cmd/micro + go build -trimpath -ldflags "-s -w $(GOVARS) $(ADDITIONAL_GO_LINKER_FLAGS)" ./internal/bin/$(NAME) build-all: build install: generate - go install -ldflags "-s -w $(GOVARS) $(ADDITIONAL_GO_LINKER_FLAGS)" ./cmd/micro + go install -ldflags "-s -w $(GOVARS) $(ADDITIONAL_GO_LINKER_FLAGS)" ./internal/bin/$(NAME) + @mkdir -p ~/.local/share/applications/ + cp -f ./runtime/$(NAME).desktop ~/.local/share/applications/ install-all: install -fetch-tags: - git fetch --tags - generate: GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) go generate ./runtime -testgen: - mkdir -p tools/vscode-tests - cd tools/vscode-tests && \ - curl --remote-name-all $(VSCODE_TESTS_BASE_URL){editableTextModelAuto,editableTextModel,model.line}.test.ts - tsc tools/vscode-tests/*.ts > /dev/null; true - go run tools/testgen.go tools/vscode-tests/*.js > buffer_generated_test.go - mv buffer_generated_test.go internal/buffer - gofmt -w internal/buffer/buffer_generated_test.go - test: go test ./internal/... go test ./cmd/... @@ -68,4 +62,4 @@ bench-compare: benchstat -alpha 0.15 benchmark_results_baseline benchmark_results clean: - rm -f micro + rm -f ./$(NAME) diff --git a/README.md b/README.md index e9ddf749fe..4f98a521d1 100644 --- a/README.md +++ b/README.md @@ -1,208 +1,76 @@ -# Micro +# ![Macro](runtime/macro.svg) Macro [![Go](https://img.shields.io/badge/go-391A80)](https://go.dev) [![Lua](https://img.shields.io/badge/lua-391A80)](https://lua.org) -![Micro Fork](https://img.shields.io/badge/Micro-Fork) -![Release](https://img.shields.io/github/release/zyedidia/micro.svg?label=Release)](https://github.com/zyedidia/micro/releases) +> Modeless (simple) terminal text editor done right. -**micro** is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the capabilities -of modern terminals. It comes as a single, batteries-included, static binary with no dependencies; you can download and use it right now! +**macro** is a fork of the Micro editor providing a separate configuration path and additional features to suit my taste. -As its name indicates, micro aims to be somewhat of a successor to the nano editor by being easy to install and use. -It strives to be enjoyable as a full-time editor for people who prefer to work in a terminal, or those who regularly edit files over SSH. +**micro** by [Zachary Yedidia](https://github.com/zyedidia) is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the capabilities of modern terminals. -Here is a picture of micro editing its source code. +Head over [Micro-Editor's website](https://micro-editor.github.io) for more informations. -![Screenshot](./assets/micro-solarized.png) +## Main features -To see more screenshots of micro, showcasing some of the default color schemes, see [here](https://micro-editor.github.io). - -You can also check out the website for Micro at https://micro-editor.github.io. - -## Table of Contents - -- [Features](#features) -- [Installation](#installation) - - [Building from source](#building-from-source) - - [Fully static binary](#fully-static-binary) - - [macOS terminal](#macos-terminal) - - [Linux clipboard support](#linux-clipboard-support) - - [Colors and syntax highlighting](#colors-and-syntax-highlighting) -- [Usage](#usage) -- [Documentation and Help](#documentation-and-help) -- [Upstream](#upstream) - -- - - - -## Features - -- Easy to use and install. -- No dependencies or external files are needed — just the binary you can download further down the page. +- Modeless editor: like what you're probably used to. +- Written in go, easy and fast to compile: and most likely cross-platform (where Go runs on). +- Sane defaults and keybindings (^S, ^C, ^V, ^Q…). +- Easy configuration via JSON. +- Easy plugins via Lua. - Multiple cursors. -- Common keybindings (Ctrl-s, Ctrl-c, Ctrl-v, Ctrl-z, …). - - Keybindings can be rebound to your liking. -- Sane defaults. - - You shouldn't have to configure much out of the box (and it is extremely easy to configure). - Splits and tabs. -- nano-like menu to help you remember the keybindings. -- Extremely good mouse support. - - This means mouse dragging to create a selection, double click to select by word, and triple click to select by line. -- Cross-platform (it should work on all the platforms Go runs on). - - Note that while Windows is supported, Mingw/Cygwin is not (see below). -- Plugin system (plugins are written in Lua). - - micro has a built-in plugin manager to automatically install, remove, and update plugins. -- Built-in diff gutter. +- Wonderful mouse support (selection, drag, double-click, triple-click…). +- Diff gutter and line numbers. - Simple autocompletion. -- Persistent undo. -- Automatic linting and error notifications. -- Syntax highlighting for over [130 languages](runtime/syntax). -- Color scheme support. - - By default, micro comes with 16, 256, and true color themes. -- True color support (set the `MICRO_TRUECOLOR` environment variable to 1 to enable it). -- Copy and paste with the system clipboard. -- Small and simple. -- Easily configurable. +- Syntax highlighting for 100+ languages. +- Theming: color scheme support (16, 256 and true color support). - Macros. -- Common editor features such as undo/redo, line numbers, Unicode support, soft wrapping, … - -## Installation - -To install micro, you can download a [prebuilt binary](https://github.com/zyedidia/micro/releases), or you can build it from source. +- Common editor features such as (persistent) undo/redo, Unicode support, soft wrapping… -If you want more information about ways to install micro, see this [wiki page](https://github.com/zyedidia/micro/wiki/Installing-Micro). - -Use `micro -version` to get the version information after installing. It is only guaranteed that you are installing the most recent -stable version if you install from the prebuilt binaries, Homebrew, or Snap. - -A desktop entry file and man page can be found in the [assets/packaging](https://github.com/zyedidia/micro/tree/master/assets/packaging) directory. - -**Note for Linux desktop environments:** - -For interfacing with the local system clipboard, the following tools need to be installed: -* For X11, `xclip` or `xsel` -* For [Wayland](https://wayland.freedesktop.org/), `wl-clipboard` - -Without these tools installed, micro will use an internal clipboard for copy and paste, but it won't be accessible to external applications. - -### Building from source - -If your operating system does not have a binary release, but does run Go, you can build from source. +## Building from source Make sure that you have Go version 1.16 or greater and Go modules are enabled. ``` -git clone https://github.com/zyedidia/micro +git clone https://github.com/shkschneider/macro cd micro -make build -sudo mv micro /usr/local/bin # optional -``` - -You could also need: - -``` go get github.com/zyedidia/clipboard go get github.com/zyedidia/tcell go get github.com/zyedidia/micro/cmd/micro/shellwords +make build ``` -The binary will be placed in the current directory and can be moved to +The binary (`./macro`) will be placed in the current directory and can be moved to anywhere you like (for example `/usr/local/bin`). The command `make install` will install the binary to `$GOPATH/bin` or `$GOBIN`. - -You can install directly with `go get` (`go get github.com/zyedidia/micro/cmd/micro`) but this isn't -recommended because it doesn't build micro with version information (necessary for the plugin manager), -and doesn't disable debug mode. - -### Fully static binary - -By default, the micro binary will dynamically link with core system libraries (this is generally -recommended for security and portability). However, there is a fully static prebuilt binary that -is provided for amd64 as `linux-static.tar.gz`, and to build a fully static binary from source, run - -``` -CGO_ENABLED=0 make build -``` - -### macOS terminal - -If you are using macOS, you should consider using [iTerm2](http://iterm2.com/) instead of the default terminal (Terminal.app). The iTerm2 terminal has much better mouse support as well as better handling of key events. For best keybinding behavior, choose `xterm defaults` under `Preferences->Profiles->Keys->Presets...`, and select `Esc+` for `Left Option Key` in the same menu. The newest versions also support true color. - -If you still insist on using the default Mac terminal, be sure to set `Use Option key as Meta key` under -`Preferences->Profiles->Keyboard` to use option as alt. - -### WSL and Windows Console - -If you use micro within WSL, it is highly recommended that you use the [Windows -Terminal](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=en-us&gl=us) -instead of the default Windows Console. - -If you must use Windows Console for some reason, note that there is a bug in -Windows Console WSL that causes a font change whenever micro tries to access -the external clipboard via powershell. To fix this, use an internal clipboard -with `set clipboard internal` (though your system clipboard will no longer be -available in micro). - -### Colors and syntax highlighting - -If you open micro and it doesn't seem like syntax highlighting is working, this is probably because -you are using a terminal which does not support 256 color mode. Try changing the color scheme to `simple` -by pressing Ctrl-e in micro and typing `set colorscheme simple`. - -If you are using the default Ubuntu terminal, to enable 256 color mode make sure your `TERM` variable is set -to `xterm-256color`. - -Many of the Windows terminals don't support more than 16 colors, which means -that micro's default color scheme won't look very good. You can either set -the color scheme to `simple`, or download and configure a better terminal emulator -than the Windows default. - -### Cygwin, Mingw, Plan9 - -Cygwin, Mingw, and Plan9 are unfortunately not officially supported. In Cygwin and Mingw, micro will often work when run using -the `winpty` utility: - -``` -winpty micro.exe ... -``` - -Micro uses the amazing [tcell library](https://github.com/gdamore/tcell), but this -means that micro is restricted to the platforms tcell supports. As a result, micro does not support -Plan9 or Cygwin (although this may change in the future). Micro also doesn't support NaCl (which is deprecated anyway). +A desktop entry file can also be found in the `runtime` directory. ## Usage -Once you have built the editor, start it by running `micro path/to/file.txt` or `micro` to open an empty buffer. - -micro also supports creating buffers from `stdin`: - -```sh -ip a | micro -``` +- Use `macro -version` to get the verson information after installing. +- Use `macro ` to open a file. +- Use `macro ` to browse files in this directory + (requires [fd](https://github.com/sharkdp/fd) and [fzf](https://github.com/junegunn/fzf)). +- Macro also supports creating buffers from `stdin`. You can move the cursor around with the arrow keys and mouse. +Save with Ctrl-S, quit with Ctrl-Q. +Run (and explore) commands with Ctrl-Space. -You can also use the mouse to manipulate the text. Simply clicking and dragging -will select text. You can also double click to enable word selection, and triple -click to enable line selection. - -## Documentation and Help - -micro has a built-in help system which you can access by pressing Ctrl-e and typing `help`. Additionally, you can -view the help files here: - -- [main help](https://github.com/zyedidia/micro/tree/master/runtime/help/help.md) -- [keybindings](https://github.com/zyedidia/micro/tree/master/runtime/help/keybindings.md) -- [commands](https://github.com/zyedidia/micro/tree/master/runtime/help/commands.md) -- [colors](https://github.com/zyedidia/micro/tree/master/runtime/help/colors.md) -- [options](https://github.com/zyedidia/micro/tree/master/runtime/help/options.md) -- [plugins](https://github.com/zyedidia/micro/tree/master/runtime/help/plugins.md) +**Note for Linux desktop environments:** -I also recommend reading the [tutorial](https://github.com/zyedidia/micro/tree/master/runtime/help/tutorial.md) for -a brief introduction to the more powerful configuration features micro offers. +For interfacing with the local system clipboard, the following tools need to be installed: +* For X11, `xclip` or `xsel` +* For [Wayland](https://wayland.freedesktop.org/), `wl-clipboard` +Without these tools installed, macro will use an internal clipboard for copy and paste, but it won't be accessible to external applications. -There is also an unofficial Discord, which you can join at https://discord.gg/nhWR6armnR. +## Documentation (Upstream) -## Upstream +- This is a fork of Micro by Zachary Yedidia. +- [Micro's documentation](https://github.com/zyedidia/micro/tree/master/runtime/help/help.md) -Since this is a fork, you might also want to explore ![upstream](https://img.shields.io/badge/Micro-Fork). +As for exploring the code, use `grep` extensively and start with: +[actions.go](internal/actions/actions.go) +[bufpane.go](internal/actions/bufpane.go) +[buffer.go](internal/buffer/buffer.go) -Please do NOT report any bug there you had with this fork. +Please do NOT report any bug upstream as those could be mine! diff --git a/assets/micro-logo-drop.svg b/assets/micro-logo-drop.svg deleted file mode 100644 index 74aa65163b..0000000000 --- a/assets/micro-logo-drop.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - -image/svg+xml diff --git a/assets/micro-logo-mark.svg b/assets/micro-logo-mark.svg deleted file mode 100644 index 83975d3bc2..0000000000 --- a/assets/micro-logo-mark.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - -image/svg+xml diff --git a/assets/micro-logo.svg b/assets/micro-logo.svg deleted file mode 100644 index c06fd3a330..0000000000 --- a/assets/micro-logo.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - -image/svg+xml diff --git a/assets/micro-solarized.png b/assets/micro-solarized.png deleted file mode 100644 index 617bdecd5c492f2a204505e5f2258c4e787dd9e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 258707 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 diff --git a/assets/packaging/deb/micro.postinst b/assets/packaging/deb/micro.postinst deleted file mode 100755 index 5a24444a79..0000000000 --- a/assets/packaging/deb/micro.postinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then - update-alternatives --install /usr/bin/editor editor /usr/bin/micro 40 \ - --slave /usr/share/man/man1/editor.1 editor.1 \ - /usr/share/man/man1/micro.1 -fi diff --git a/assets/packaging/deb/micro.prerm b/assets/packaging/deb/micro.prerm deleted file mode 100755 index 9999d9ef69..0000000000 --- a/assets/packaging/deb/micro.prerm +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" != "upgrade" ]; then - update-alternatives --remove editor /usr/bin/micro -fi diff --git a/assets/packaging/micro.1 b/assets/packaging/micro.1 deleted file mode 100644 index 4581c12dc3..0000000000 --- a/assets/packaging/micro.1 +++ /dev/null @@ -1,125 +0,0 @@ -.TH micro 1 "2020-02-10" -.SH NAME -micro \- A modern and intuitive terminal-based text editor -.SH SYNOPSIS -.B micro -.RB [OPTIONS] -[FILE]\&... - -.SH DESCRIPTION - -Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities -of modern terminals. It comes as one single, batteries-included, static binary with no dependencies. - -As the name indicates, micro aims to be somewhat of a successor to the nano editor by being easy to install and use in a pinch, but micro also aims to be -enjoyable to use full time, whether you work in the terminal because you prefer it (like me), or because you need to (over ssh). - -Use Ctrl-q to quit, Ctrl-s to save, and Ctrl-g to open the in-editor help menu. - -.SH OPTIONS -.PP -\-clean -.RS 4 -Cleans the configuration directory -.RE - -.PP -\-config-dir dir -.RS 4 -Specify a custom location for the configuration directory -.RE - -.PP -[FILE]:LINE:COL -.RS 4 -Specify a line and column to start the cursor at when opening a buffer -.RE - -.PP -\-options -.RS 4 -Show all option help -.RE - -.PP -\-debug -.RS 4 -Enable debug mode (enables logging to ./log.txt) -.RE - -.PP -\-version -.RS 4 -Show the version number and information -.RE - -Micro's plugins can be managed at the command line with the following commands. -.RS 4 - -.PP -\-plugin remove [PLUGIN]... -.RS 4 -Remove plugin(s) -.RE - -.PP -\-plugin update [PLUGIN]... -.RS 4 -Update plugin(s) (if no argument is given, updates all plugins) -.RE - -.PP -\-plugin search [PLUGIN]... -.RS 4 -Search for a plugin -.RE - -.PP -\-plugin list -.RS 4 -List installed plugins -.RE - -.PP -\-plugin available -.RS 4 -List available plugins -.RE -.RE - -Micro's options can also be set via command line arguments for quick -adjustments. For real configuration, please use the settings.json -file (see 'help options'). -.RS 4 - -.PP -\-option value -.RS 4 -Set `option` to `value` for this session -For example: `micro -syntax off file.c` -.RE - - -.SH CONFIGURATION - -Micro uses $MICRO_CONFIG_HOME as the configuration directory. -If this environment variable is not set, it uses $XDG_CONFIG_HOME/micro instead. -If that environment variable is not set, it uses ~/.config/micro as the configuration directory. -In the documentation, we use ~/.config/micro to refer to the configuration directory -(even if it may in fact be somewhere else if you have set either of the above environment variables). - -.SH NOTICE -This manpage is intended only to serve as a quick guide to the invocation of -micro and is not intended to replace the full documentation included with micro -which can be accessed from within micro. Micro tells you what key combination to -press to get help in the lower right. - -.SH BUGS -A comprehensive list of bugs will not be listed in this manpage. See the Github -page at \fBhttps://github.com/zyedidia/micro/issues\fP for a list of known bugs -and to report any newly encountered bugs you may find. We strive to correct -bugs as swiftly as possible. - -.SH COPYRIGHT -Copyright \(co 2020 Zachary Yedidia, et al. MIT license. -See \fBhttps://github.com/zyedidia/micro\fP for details. diff --git a/cmd/micro/clean.go b/cmd/micro/clean.go deleted file mode 100644 index e4aa724021..0000000000 --- a/cmd/micro/clean.go +++ /dev/null @@ -1,148 +0,0 @@ -package main - -import ( - "bufio" - "encoding/gob" - "fmt" - "io/ioutil" - "os" - "path/filepath" - "sort" - "strings" - - "github.com/zyedidia/micro/v2/internal/buffer" - "github.com/zyedidia/micro/v2/internal/config" -) - -func shouldContinue() bool { - reader := bufio.NewReader(os.Stdin) - fmt.Print("Continue [Y/n]: ") - text, err := reader.ReadString('\n') - if err != nil { - fmt.Println(err) - return false - } - - text = strings.TrimRight(text, "\r\n") - - return len(text) == 0 || strings.ToLower(text)[0] == 'y' -} - -// CleanConfig performs cleanup in the user's configuration directory -func CleanConfig() { - fmt.Println("Cleaning your configuration directory at", config.ConfigDir) - fmt.Printf("Please consider backing up %s before continuing\n", config.ConfigDir) - - if !shouldContinue() { - fmt.Println("Stopping early") - return - } - - fmt.Println("Cleaning default settings") - config.WriteSettings(filepath.Join(config.ConfigDir, "settings.json")) - - // detect unused options - var unusedOptions []string - defaultSettings := config.DefaultAllSettings() - for k := range config.GlobalSettings { - if _, ok := defaultSettings[k]; !ok { - valid := false - for _, p := range config.Plugins { - if strings.HasPrefix(k, p.Name+".") || k == p.Name { - valid = true - } - } - if !valid { - unusedOptions = append(unusedOptions, k) - } - } - } - - if len(unusedOptions) > 0 { - fmt.Println("The following options are unused:") - - sort.Strings(unusedOptions) - - for _, s := range unusedOptions { - fmt.Printf("%s (value: %v)\n", s, config.GlobalSettings[s]) - } - - fmt.Printf("These options will be removed from %s\n", filepath.Join(config.ConfigDir, "settings.json")) - - if shouldContinue() { - for _, s := range unusedOptions { - delete(config.GlobalSettings, s) - } - - err := config.OverwriteSettings(filepath.Join(config.ConfigDir, "settings.json")) - if err != nil { - fmt.Println("Error writing settings.json file: " + err.Error()) - } - - fmt.Println("Removed unused options") - fmt.Print("\n\n") - } - } - - // detect incorrectly formatted buffer/ files - files, err := ioutil.ReadDir(filepath.Join(config.ConfigDir, "buffers")) - if err == nil { - var badFiles []string - var buffer buffer.SerializedBuffer - for _, f := range files { - fname := filepath.Join(config.ConfigDir, "buffers", f.Name()) - file, e := os.Open(fname) - - if e == nil { - decoder := gob.NewDecoder(file) - err = decoder.Decode(&buffer) - - if err != nil && f.Name() != "history" { - badFiles = append(badFiles, fname) - } - file.Close() - } - } - - if len(badFiles) > 0 { - fmt.Printf("Detected %d files with an invalid format in %s\n", len(badFiles), filepath.Join(config.ConfigDir, "buffers")) - fmt.Println("These files store cursor and undo history.") - fmt.Printf("Removing badly formatted files in %s\n", filepath.Join(config.ConfigDir, "buffers")) - - if shouldContinue() { - removed := 0 - for _, f := range badFiles { - err := os.Remove(f) - if err != nil { - fmt.Println(err) - continue - } - removed++ - } - - if removed == 0 { - fmt.Println("Failed to remove files") - } else { - fmt.Printf("Removed %d badly formatted files\n", removed) - } - fmt.Print("\n\n") - } - } - } - - // detect plugins/ directory - plugins := filepath.Join(config.ConfigDir, "plugins") - if stat, err := os.Stat(plugins); err == nil && stat.IsDir() { - fmt.Printf("Found directory %s\n", plugins) - fmt.Printf("Plugins should now be stored in %s\n", filepath.Join(config.ConfigDir, "plug")) - fmt.Printf("Removing %s\n", plugins) - - if shouldContinue() { - os.RemoveAll(plugins) - } - - fmt.Print("\n\n") - } - - fmt.Println("Done cleaning") -} diff --git a/cmd/micro/debug.go b/cmd/micro/debug.go deleted file mode 100644 index 5dc708abc5..0000000000 --- a/cmd/micro/debug.go +++ /dev/null @@ -1,31 +0,0 @@ -package main - -import ( - "log" - "os" - - "github.com/zyedidia/micro/v2/internal/util" -) - -// NullWriter simply sends writes into the void -type NullWriter struct{} - -// Write is empty -func (NullWriter) Write(data []byte) (n int, err error) { - return 0, nil -} - -// InitLog sets up the debug log system for micro if it has been enabled by compile-time variables -func InitLog() { - if util.Debug == "ON" { - f, err := os.OpenFile("log.txt", os.O_RDWR|os.O_CREATE|os.O_TRUNC, 0666) - if err != nil { - log.Fatalf("error opening file: %v", err) - } - - log.SetOutput(f) - log.Println("Micro started") - } else { - log.SetOutput(NullWriter{}) - } -} diff --git a/cmd/micro/initlua.go b/cmd/micro/initlua.go deleted file mode 100644 index 5acb979d35..0000000000 --- a/cmd/micro/initlua.go +++ /dev/null @@ -1,160 +0,0 @@ -package main - -import ( - "log" - - lua "github.com/yuin/gopher-lua" - luar "layeh.com/gopher-luar" - - "github.com/zyedidia/micro/v2/internal/action" - "github.com/zyedidia/micro/v2/internal/buffer" - "github.com/zyedidia/micro/v2/internal/config" - "github.com/zyedidia/micro/v2/internal/display" - ulua "github.com/zyedidia/micro/v2/internal/lua" - "github.com/zyedidia/micro/v2/internal/screen" - "github.com/zyedidia/micro/v2/internal/shell" - "github.com/zyedidia/micro/v2/internal/util" -) - -func init() { - ulua.L = lua.NewState() - ulua.L.SetGlobal("import", luar.New(ulua.L, LuaImport)) -} - -// LuaImport is meant to be called from lua by a plugin and will import the given micro package -func LuaImport(pkg string) *lua.LTable { - switch pkg { - case "micro": - return luaImportMicro() - case "micro/shell": - return luaImportMicroShell() - case "micro/buffer": - return luaImportMicroBuffer() - case "micro/config": - return luaImportMicroConfig() - case "micro/util": - return luaImportMicroUtil() - default: - return ulua.Import(pkg) - } -} - -func luaImportMicro() *lua.LTable { - pkg := ulua.L.NewTable() - - ulua.L.SetField(pkg, "TermMessage", luar.New(ulua.L, screen.TermMessage)) - ulua.L.SetField(pkg, "TermError", luar.New(ulua.L, screen.TermError)) - ulua.L.SetField(pkg, "InfoBar", luar.New(ulua.L, action.GetInfoBar)) - ulua.L.SetField(pkg, "Log", luar.New(ulua.L, log.Println)) - ulua.L.SetField(pkg, "SetStatusInfoFn", luar.New(ulua.L, display.SetStatusInfoFnLua)) - ulua.L.SetField(pkg, "CurPane", luar.New(ulua.L, func() action.Pane { - return action.MainTab().CurPane() - })) - ulua.L.SetField(pkg, "CurTab", luar.New(ulua.L, action.MainTab)) - ulua.L.SetField(pkg, "Tabs", luar.New(ulua.L, func() *action.TabList { - return action.Tabs - })) - ulua.L.SetField(pkg, "Lock", luar.New(ulua.L, &ulua.Lock)) - - return pkg -} - -func luaImportMicroConfig() *lua.LTable { - pkg := ulua.L.NewTable() - - ulua.L.SetField(pkg, "MakeCommand", luar.New(ulua.L, action.MakeCommand)) - ulua.L.SetField(pkg, "FileComplete", luar.New(ulua.L, buffer.FileComplete)) - ulua.L.SetField(pkg, "HelpComplete", luar.New(ulua.L, action.HelpComplete)) - ulua.L.SetField(pkg, "OptionComplete", luar.New(ulua.L, action.OptionComplete)) - ulua.L.SetField(pkg, "OptionValueComplete", luar.New(ulua.L, action.OptionValueComplete)) - ulua.L.SetField(pkg, "NoComplete", luar.New(ulua.L, nil)) - ulua.L.SetField(pkg, "TryBindKey", luar.New(ulua.L, action.TryBindKey)) - ulua.L.SetField(pkg, "Reload", luar.New(ulua.L, action.ReloadConfig)) - ulua.L.SetField(pkg, "AddRuntimeFileFromMemory", luar.New(ulua.L, config.PluginAddRuntimeFileFromMemory)) - ulua.L.SetField(pkg, "AddRuntimeFilesFromDirectory", luar.New(ulua.L, config.PluginAddRuntimeFilesFromDirectory)) - ulua.L.SetField(pkg, "AddRuntimeFile", luar.New(ulua.L, config.PluginAddRuntimeFile)) - ulua.L.SetField(pkg, "ListRuntimeFiles", luar.New(ulua.L, config.PluginListRuntimeFiles)) - ulua.L.SetField(pkg, "ReadRuntimeFile", luar.New(ulua.L, config.PluginReadRuntimeFile)) - ulua.L.SetField(pkg, "NewRTFiletype", luar.New(ulua.L, config.NewRTFiletype)) - ulua.L.SetField(pkg, "RTColorscheme", luar.New(ulua.L, config.RTColorscheme)) - ulua.L.SetField(pkg, "RTSyntax", luar.New(ulua.L, config.RTSyntax)) - ulua.L.SetField(pkg, "RTHelp", luar.New(ulua.L, config.RTHelp)) - ulua.L.SetField(pkg, "RTPlugin", luar.New(ulua.L, config.RTPlugin)) - ulua.L.SetField(pkg, "RegisterCommonOption", luar.New(ulua.L, config.RegisterCommonOptionPlug)) - ulua.L.SetField(pkg, "RegisterGlobalOption", luar.New(ulua.L, config.RegisterGlobalOptionPlug)) - ulua.L.SetField(pkg, "GetGlobalOption", luar.New(ulua.L, config.GetGlobalOption)) - ulua.L.SetField(pkg, "SetGlobalOption", luar.New(ulua.L, action.SetGlobalOption)) - ulua.L.SetField(pkg, "SetGlobalOptionNative", luar.New(ulua.L, action.SetGlobalOptionNative)) - ulua.L.SetField(pkg, "ConfigDir", luar.New(ulua.L, config.ConfigDir)) - - return pkg -} - -func luaImportMicroShell() *lua.LTable { - pkg := ulua.L.NewTable() - - ulua.L.SetField(pkg, "ExecCommand", luar.New(ulua.L, shell.ExecCommand)) - ulua.L.SetField(pkg, "RunCommand", luar.New(ulua.L, shell.RunCommand)) - ulua.L.SetField(pkg, "RunBackgroundShell", luar.New(ulua.L, shell.RunBackgroundShell)) - ulua.L.SetField(pkg, "RunInteractiveShell", luar.New(ulua.L, shell.RunInteractiveShell)) - ulua.L.SetField(pkg, "JobStart", luar.New(ulua.L, shell.JobStart)) - ulua.L.SetField(pkg, "JobSpawn", luar.New(ulua.L, shell.JobSpawn)) - ulua.L.SetField(pkg, "JobStop", luar.New(ulua.L, shell.JobStop)) - ulua.L.SetField(pkg, "JobSend", luar.New(ulua.L, shell.JobSend)) - ulua.L.SetField(pkg, "RunTermEmulator", luar.New(ulua.L, action.RunTermEmulator)) - ulua.L.SetField(pkg, "TermEmuSupported", luar.New(ulua.L, action.TermEmuSupported)) - - return pkg -} - -func luaImportMicroBuffer() *lua.LTable { - pkg := ulua.L.NewTable() - - ulua.L.SetField(pkg, "NewMessage", luar.New(ulua.L, buffer.NewMessage)) - ulua.L.SetField(pkg, "NewMessageAtLine", luar.New(ulua.L, buffer.NewMessageAtLine)) - ulua.L.SetField(pkg, "MTInfo", luar.New(ulua.L, buffer.MTInfo)) - ulua.L.SetField(pkg, "MTWarning", luar.New(ulua.L, buffer.MTWarning)) - ulua.L.SetField(pkg, "MTError", luar.New(ulua.L, buffer.MTError)) - ulua.L.SetField(pkg, "Loc", luar.New(ulua.L, func(x, y int) buffer.Loc { - return buffer.Loc{x, y} - })) - ulua.L.SetField(pkg, "SLoc", luar.New(ulua.L, func(line, row int) display.SLoc { - return display.SLoc{line, row} - })) - ulua.L.SetField(pkg, "BTDefault", luar.New(ulua.L, buffer.BTDefault.Kind)) - ulua.L.SetField(pkg, "BTHelp", luar.New(ulua.L, buffer.BTHelp.Kind)) - ulua.L.SetField(pkg, "BTLog", luar.New(ulua.L, buffer.BTLog.Kind)) - ulua.L.SetField(pkg, "BTScratch", luar.New(ulua.L, buffer.BTScratch.Kind)) - ulua.L.SetField(pkg, "BTRaw", luar.New(ulua.L, buffer.BTRaw.Kind)) - ulua.L.SetField(pkg, "BTInfo", luar.New(ulua.L, buffer.BTInfo.Kind)) - ulua.L.SetField(pkg, "NewBuffer", luar.New(ulua.L, func(text, path string) *buffer.Buffer { - return buffer.NewBufferFromString(text, path, buffer.BTDefault) - })) - ulua.L.SetField(pkg, "NewBufferFromFile", luar.New(ulua.L, func(path string) (*buffer.Buffer, error) { - return buffer.NewBufferFromFile(path, buffer.BTDefault) - })) - ulua.L.SetField(pkg, "ByteOffset", luar.New(ulua.L, buffer.ByteOffset)) - ulua.L.SetField(pkg, "Log", luar.New(ulua.L, buffer.WriteLog)) - ulua.L.SetField(pkg, "LogBuf", luar.New(ulua.L, buffer.GetLogBuf)) - - return pkg -} - -func luaImportMicroUtil() *lua.LTable { - pkg := ulua.L.NewTable() - - ulua.L.SetField(pkg, "RuneAt", luar.New(ulua.L, util.LuaRuneAt)) - ulua.L.SetField(pkg, "GetLeadingWhitespace", luar.New(ulua.L, util.LuaGetLeadingWhitespace)) - ulua.L.SetField(pkg, "IsWordChar", luar.New(ulua.L, util.LuaIsWordChar)) - ulua.L.SetField(pkg, "String", luar.New(ulua.L, util.String)) - ulua.L.SetField(pkg, "Unzip", luar.New(ulua.L, util.Unzip)) - ulua.L.SetField(pkg, "Version", luar.New(ulua.L, util.Version)) - ulua.L.SetField(pkg, "SemVersion", luar.New(ulua.L, util.SemVersion)) - ulua.L.SetField(pkg, "HttpRequest", luar.New(ulua.L, util.HttpRequest)) - ulua.L.SetField(pkg, "CharacterCountInString", luar.New(ulua.L, util.CharacterCountInString)) - ulua.L.SetField(pkg, "RuneStr", luar.New(ulua.L, func(r rune) string { - return string(r) - })) - - return pkg -} diff --git a/cmd/micro/micro.go b/cmd/micro/micro.go deleted file mode 100644 index 938faeca90..0000000000 --- a/cmd/micro/micro.go +++ /dev/null @@ -1,493 +0,0 @@ -package main - -import ( - "flag" - "fmt" - "io" - "io/ioutil" - "log" - "os" - "os/signal" - "path/filepath" - "regexp" - "runtime" - "runtime/pprof" - "sort" - "strconv" - "strings" - "syscall" - "time" - - "github.com/go-errors/errors" - isatty "github.com/mattn/go-isatty" - lua "github.com/yuin/gopher-lua" - "github.com/zyedidia/micro/v2/internal/action" - "github.com/zyedidia/micro/v2/internal/buffer" - "github.com/zyedidia/micro/v2/internal/clipboard" - "github.com/zyedidia/micro/v2/internal/config" - ulua "github.com/zyedidia/micro/v2/internal/lua" - "github.com/zyedidia/micro/v2/internal/screen" - "github.com/zyedidia/micro/v2/internal/shell" - "github.com/zyedidia/micro/v2/internal/util" - "github.com/zyedidia/tcell/v2" -) - -var ( - // Event channel - autosave chan bool - - // Command line flags - flagVersion = flag.Bool("version", false, "Show the version number and information") - flagConfigDir = flag.String("config-dir", "", "Specify a custom location for the configuration directory") - flagOptions = flag.Bool("options", false, "Show all option help") - flagDebug = flag.Bool("debug", false, "Enable debug mode (prints debug info to ./log.txt)") - flagProfile = flag.Bool("profile", false, "Enable CPU profiling (writes profile info to ./micro.prof)") - flagPlugin = flag.String("plugin", "", "Plugin command") - flagClean = flag.Bool("clean", false, "Clean configuration directory") - optionFlags map[string]*string - - sigterm chan os.Signal - sighup chan os.Signal -) - -func InitFlags() { - flag.Usage = func() { - fmt.Println("Usage: micro [OPTIONS] [FILE]...") - fmt.Println("-clean") - fmt.Println(" \tCleans the configuration directory") - fmt.Println("-config-dir dir") - fmt.Println(" \tSpecify a custom location for the configuration directory") - fmt.Println("[FILE]:LINE:COL (if the `parsecursor` option is enabled)") - fmt.Println("+LINE:COL") - fmt.Println(" \tSpecify a line and column to start the cursor at when opening a buffer") - fmt.Println("-options") - fmt.Println(" \tShow all option help") - fmt.Println("-debug") - fmt.Println(" \tEnable debug mode (enables logging to ./log.txt)") - fmt.Println("-profile") - fmt.Println(" \tEnable CPU profiling (writes profile info to ./micro.prof") - fmt.Println(" \tso it can be analyzed later with \"go tool pprof micro.prof\")") - fmt.Println("-version") - fmt.Println(" \tShow the version number and information") - - fmt.Print("\nMicro's plugin's can be managed at the command line with the following commands.\n") - fmt.Println("-plugin install [PLUGIN]...") - fmt.Println(" \tInstall plugin(s)") - fmt.Println("-plugin remove [PLUGIN]...") - fmt.Println(" \tRemove plugin(s)") - fmt.Println("-plugin update [PLUGIN]...") - fmt.Println(" \tUpdate plugin(s) (if no argument is given, updates all plugins)") - fmt.Println("-plugin search [PLUGIN]...") - fmt.Println(" \tSearch for a plugin") - fmt.Println("-plugin list") - fmt.Println(" \tList installed plugins") - fmt.Println("-plugin available") - fmt.Println(" \tList available plugins") - - fmt.Print("\nMicro's options can also be set via command line arguments for quick\nadjustments. For real configuration, please use the settings.json\nfile (see 'help options').\n\n") - fmt.Println("-option value") - fmt.Println(" \tSet `option` to `value` for this session") - fmt.Println(" \tFor example: `micro -syntax off file.c`") - fmt.Println("\nUse `micro -options` to see the full list of configuration options") - } - - optionFlags = make(map[string]*string) - - for k, v := range config.DefaultAllSettings() { - optionFlags[k] = flag.String(k, "", fmt.Sprintf("The %s option. Default value: '%v'.", k, v)) - } - - flag.Parse() - - if *flagVersion { - // If -version was passed - fmt.Println("Version:", util.Version) - fmt.Println("Commit hash:", util.CommitHash) - fmt.Println("Compiled on", util.CompileDate) - os.Exit(0) - } - - if *flagOptions { - // If -options was passed - var keys []string - m := config.DefaultAllSettings() - for k := range m { - keys = append(keys, k) - } - sort.Strings(keys) - for _, k := range keys { - v := m[k] - fmt.Printf("-%s value\n", k) - fmt.Printf(" \tDefault value: '%v'\n", v) - } - os.Exit(0) - } - - if util.Debug == "OFF" && *flagDebug { - util.Debug = "ON" - } -} - -// DoPluginFlags parses and executes any flags that require LoadAllPlugins (-plugin and -clean) -func DoPluginFlags() { - if *flagClean || *flagPlugin != "" { - config.LoadAllPlugins() - - if *flagPlugin != "" { - args := flag.Args() - - config.PluginCommand(os.Stdout, *flagPlugin, args) - } else if *flagClean { - CleanConfig() - } - - os.Exit(0) - } -} - -// LoadInput determines which files should be loaded into buffers -// based on the input stored in flag.Args() -func LoadInput(args []string) []*buffer.Buffer { - // There are a number of ways micro should start given its input - - // 1. If it is given a files in flag.Args(), it should open those - // 1. If it is given a directory in flag.Args(), list files - - // 2. If there is no input file and the input is not a terminal, that means - // something is being piped in and the stdin should be opened in an - // empty buffer - - // 3. If there is no input file and the input is a terminal, an empty buffer - // should be opened - - var filename string - var input []byte - var err error - buffers := make([]*buffer.Buffer, 0, len(args)) - - btype := buffer.BTDefault - if !isatty.IsTerminal(os.Stdout.Fd()) { - btype = buffer.BTStdout - } - - files := make([]string, 0, len(args)) - flagStartPos := buffer.Loc{-1, -1} - flagr := regexp.MustCompile(`^\+(\d+)(?::(\d+))?$`) - for _, a := range args { - match := flagr.FindStringSubmatch(a) - if len(match) == 3 && match[2] != "" { - line, err := strconv.Atoi(match[1]) - if err != nil { - screen.TermMessage(err) - continue - } - col, err := strconv.Atoi(match[2]) - if err != nil { - screen.TermMessage(err) - continue - } - flagStartPos = buffer.Loc{col - 1, line - 1} - } else if len(match) == 3 && match[2] == "" { - line, err := strconv.Atoi(match[1]) - if err != nil { - screen.TermMessage(err) - continue - } - flagStartPos = buffer.Loc{0, line - 1} - } else { - files = append(files, a) - } - } - - if len(files) > 0 { - // Option 1 - // We go through each file and load it - for i := 0; i < len(files); i++ { - var file = files[i] - stat, err := os.Stat(files[i]) - if err == nil && stat.IsDir() { - filename, err := shell.RunInteractiveShell("bash -c 'fd \"" + file + "\" | fzf'", false, true) - if err != nil { - screen.TermMessage(err) - continue - } - file = filepath.Join(file, strings.TrimSpace(filename)) - } - buf, err := buffer.NewBufferFromFileAtLoc(file, btype, flagStartPos) - if err != nil { - screen.TermMessage(err) - continue - } - // If the file didn't exist, input will be empty, and we'll open an empty buffer - buffers = append(buffers, buf) - } - } else if !isatty.IsTerminal(os.Stdin.Fd()) { - // Option 2 - // The input is not a terminal, so something is being piped in - // and we should read from stdin - input, err = ioutil.ReadAll(os.Stdin) - if err != nil { - screen.TermMessage("Error reading from stdin: ", err) - input = []byte{} - } - buffers = append(buffers, buffer.NewBufferFromStringAtLoc(string(input), filename, btype, flagStartPos)) - } else { - // Option 3, just open an empty buffer - buffers = append(buffers, buffer.NewBufferFromStringAtLoc(string(input), filename, btype, flagStartPos)) - } - - return buffers -} - -func main() { - defer func() { - if util.Stdout.Len() > 0 { - fmt.Fprint(os.Stdout, util.Stdout.String()) - } - os.Exit(0) - }() - - var err error - - InitFlags() - - if *flagProfile { - f, err := os.Create("micro.prof") - if err != nil { - log.Fatal("error creating CPU profile: ", err) - } - if err := pprof.StartCPUProfile(f); err != nil { - log.Fatal("error starting CPU profile: ", err) - } - defer pprof.StopCPUProfile() - } - - InitLog() - - err = config.InitConfigDir(*flagConfigDir) - if err != nil { - screen.TermMessage(err) - } - - config.InitRuntimeFiles() - err = config.ReadSettings() - if err != nil { - screen.TermMessage(err) - } - err = config.InitGlobalSettings() - if err != nil { - screen.TermMessage(err) - } - - // flag options - for k, v := range optionFlags { - if *v != "" { - nativeValue, err := config.GetNativeValue(k, config.DefaultAllSettings()[k], *v) - if err != nil { - screen.TermMessage(err) - continue - } - config.GlobalSettings[k] = nativeValue - } - } - - DoPluginFlags() - - err = screen.Init() - if err != nil { - fmt.Println(err) - fmt.Println("Fatal: Micro could not initialize a Screen.") - os.Exit(1) - } - m := clipboard.SetMethod(config.GetGlobalOption("clipboard").(string)) - clipErr := clipboard.Initialize(m) - - defer func() { - if err := recover(); err != nil { - if screen.Screen != nil { - screen.Screen.Fini() - } - if e, ok := err.(*lua.ApiError); ok { - fmt.Println("Lua API error:", e) - } else { - fmt.Println("Micro encountered an error:", errors.Wrap(err, 2).ErrorStack(), "\nIf you can reproduce this error, please report it at https://github.com/zyedidia/micro/issues") - } - // backup all open buffers - for _, b := range buffer.OpenBuffers { - b.Backup() - } - os.Exit(1) - } - }() - - err = config.LoadAllPlugins() - if err != nil { - screen.TermMessage(err) - } - - action.InitBindings() - action.InitCommands() - - err = config.InitColorscheme() - if err != nil { - screen.TermMessage(err) - } - - err = config.RunPluginFn("preinit") - if err != nil { - screen.TermMessage(err) - } - - action.InitGlobals() - buffer.SetMessager(action.InfoBar) - args := flag.Args() - b := LoadInput(args) - - if len(b) == 0 { - // No buffers to open - screen.Screen.Fini() - runtime.Goexit() - } - - action.InitTabs(b) - - err = config.RunPluginFn("init") - if err != nil { - screen.TermMessage(err) - } - - err = config.RunPluginFn("postinit") - if err != nil { - screen.TermMessage(err) - } - - if clipErr != nil { - log.Println(clipErr, " or change 'clipboard' option") - } - - if a := config.GetGlobalOption("autosave").(float64); a > 0 { - config.SetAutoTime(int(a)) - config.StartAutoSave() - } - - screen.Events = make(chan tcell.Event) - - sigterm = make(chan os.Signal, 1) - sighup = make(chan os.Signal, 1) - signal.Notify(sigterm, syscall.SIGTERM, syscall.SIGINT, syscall.SIGQUIT, syscall.SIGABRT) - signal.Notify(sighup, syscall.SIGHUP) - - // Here is the event loop which runs in a separate thread - go func() { - for { - screen.Lock() - e := screen.Screen.PollEvent() - screen.Unlock() - if e != nil { - screen.Events <- e - } - } - }() - - // clear the drawchan so we don't redraw excessively - // if someone requested a redraw before we started displaying - for len(screen.DrawChan()) > 0 { - <-screen.DrawChan() - } - - // wait for initial resize event - select { - case event := <-screen.Events: - action.Tabs.HandleEvent(event) - case <-time.After(10 * time.Millisecond): - // time out after 10ms - } - - for { - DoEvent() - } -} - -// DoEvent runs the main action loop of the editor -func DoEvent() { - var event tcell.Event - - // Display everything - screen.Screen.Fill(' ', config.DefStyle) - screen.Screen.HideCursor() - action.Tabs.Display() - for _, ep := range action.MainTab().Panes { - ep.Display() - } - action.MainTab().Display() - action.InfoBar.Display() - screen.Screen.Show() - - // Check for new events - select { - case f := <-shell.Jobs: - // If a new job has finished while running in the background we should execute the callback - ulua.Lock.Lock() - f.Function(f.Output, f.Args) - ulua.Lock.Unlock() - case <-config.Autosave: - ulua.Lock.Lock() - for _, b := range buffer.OpenBuffers { - b.Save() - } - ulua.Lock.Unlock() - case <-shell.CloseTerms: - case event = <-screen.Events: - case <-screen.DrawChan(): - for len(screen.DrawChan()) > 0 { - <-screen.DrawChan() - } - case <-sighup: - for _, b := range buffer.OpenBuffers { - if !b.Modified() { - b.Fini() - } - } - os.Exit(0) - case <-sigterm: - for _, b := range buffer.OpenBuffers { - if !b.Modified() { - b.Fini() - } - } - - if screen.Screen != nil { - screen.Screen.Fini() - } - os.Exit(0) - } - - if e, ok := event.(*tcell.EventError); ok { - log.Println("tcell event error: ", e.Error()) - - if e.Err() == io.EOF { - // shutdown due to terminal closing/becoming inaccessible - for _, b := range buffer.OpenBuffers { - if !b.Modified() { - b.Fini() - } - } - - if screen.Screen != nil { - screen.Screen.Fini() - } - os.Exit(0) - } - return - } - - ulua.Lock.Lock() - // if event != nil { - if action.InfoBar.HasPrompt { - action.InfoBar.HandleEvent(event) - } else { - action.Tabs.HandleEvent(event) - } - // } - ulua.Lock.Unlock() -} diff --git a/cmd/micro/micro_test.go b/cmd/micro/micro_test.go deleted file mode 100644 index ba5c9a24b8..0000000000 --- a/cmd/micro/micro_test.go +++ /dev/null @@ -1,339 +0,0 @@ -package main - -import ( - "fmt" - "io/ioutil" - "log" - "os" - "testing" - - "github.com/go-errors/errors" - "github.com/stretchr/testify/assert" - "github.com/zyedidia/micro/v2/internal/action" - "github.com/zyedidia/micro/v2/internal/buffer" - "github.com/zyedidia/micro/v2/internal/config" - "github.com/zyedidia/micro/v2/internal/screen" - "github.com/zyedidia/tcell/v2" -) - -var tempDir string -var sim tcell.SimulationScreen - -func init() { - screen.Events = make(chan tcell.Event, 8) -} - -func startup(args []string) (tcell.SimulationScreen, error) { - var err error - - tempDir, err = ioutil.TempDir("", "micro_test") - if err != nil { - return nil, err - } - err = config.InitConfigDir(tempDir) - if err != nil { - return nil, err - } - - config.InitRuntimeFiles() - err = config.ReadSettings() - if err != nil { - return nil, err - } - err = config.InitGlobalSettings() - if err != nil { - return nil, err - } - - s, err := screen.InitSimScreen() - if err != nil { - return nil, err - } - - defer func() { - if err := recover(); err != nil { - screen.Screen.Fini() - fmt.Println("Micro encountered an error:", err) - // backup all open buffers - for _, b := range buffer.OpenBuffers { - b.Backup() - } - // Print the stack trace too - log.Fatalf(errors.Wrap(err, 2).ErrorStack()) - } - }() - - err = config.LoadAllPlugins() - if err != nil { - screen.TermMessage(err) - } - - action.InitBindings() - action.InitCommands() - - err = config.InitColorscheme() - if err != nil { - return nil, err - } - - b := LoadInput(args) - - if len(b) == 0 { - return nil, errors.New("No buffers opened") - } - - action.InitTabs(b) - action.InitGlobals() - - err = config.RunPluginFn("init") - if err != nil { - return nil, err - } - - s.InjectResize() - handleEvent() - - return s, nil -} - -func cleanup() { - os.RemoveAll(tempDir) -} - -func handleEvent() { - screen.Lock() - e := screen.Screen.PollEvent() - screen.Unlock() - if e != nil { - screen.Events <- e - } - DoEvent() -} - -func injectKey(key tcell.Key, r rune, mod tcell.ModMask) { - sim.InjectKey(key, r, mod) - handleEvent() -} - -func injectMouse(x, y int, buttons tcell.ButtonMask, mod tcell.ModMask) { - sim.InjectMouse(x, y, buttons, mod) - handleEvent() -} - -func injectString(str string) { - // the tcell simulation screen event channel can only handle - // 10 events at once, so we need to divide up the key events - // into chunks of 10 and handle the 10 events before sending - // another chunk of events - iters := len(str) / 10 - extra := len(str) % 10 - - for i := 0; i < iters; i++ { - s := i * 10 - e := i*10 + 10 - sim.InjectKeyBytes([]byte(str[s:e])) - for i := 0; i < 10; i++ { - handleEvent() - } - } - - sim.InjectKeyBytes([]byte(str[len(str)-extra:])) - for i := 0; i < extra; i++ { - handleEvent() - } -} - -func openFile(file string) { - injectKey(tcell.KeyCtrlE, rune(tcell.KeyCtrlE), tcell.ModCtrl) - injectString(fmt.Sprintf("open %s", file)) - injectKey(tcell.KeyEnter, rune(tcell.KeyEnter), tcell.ModNone) -} - -func createTestFile(name string, content string) (string, error) { - testf, err := ioutil.TempFile("", name) - if err != nil { - return "", err - } - - if _, err := testf.Write([]byte(content)); err != nil { - return "", err - } - if err := testf.Close(); err != nil { - return "", err - } - - return testf.Name(), nil -} - -func TestMain(m *testing.M) { - var err error - sim, err = startup([]string{}) - if err != nil { - log.Fatalln(err) - } - - retval := m.Run() - cleanup() - - os.Exit(retval) -} - -func TestSimpleEdit(t *testing.T) { - file, err := createTestFile("micro_simple_edit_test", "base content") - if err != nil { - t.Error(err) - return - } - defer os.Remove(file) - - openFile(file) - - var buf *buffer.Buffer - for _, b := range buffer.OpenBuffers { - if b.Path == file { - buf = b - } - } - - if buf == nil { - t.Errorf("Could not find buffer %s", file) - return - } - - injectKey(tcell.KeyEnter, rune(tcell.KeyEnter), tcell.ModNone) - injectKey(tcell.KeyUp, 0, tcell.ModNone) - injectString("first line") - - // test both kinds of backspace - for i := 0; i < len("ne"); i++ { - injectKey(tcell.KeyBackspace, rune(tcell.KeyBackspace), tcell.ModNone) - } - for i := 0; i < len(" li"); i++ { - injectKey(tcell.KeyBackspace2, rune(tcell.KeyBackspace2), tcell.ModNone) - } - injectString("foobar") - - injectKey(tcell.KeyCtrlS, rune(tcell.KeyCtrlS), tcell.ModCtrl) - - data, err := ioutil.ReadFile(file) - if err != nil { - t.Error(err) - return - } - - assert.Equal(t, "firstfoobar\nbase content\n", string(data)) -} - -func TestMouse(t *testing.T) { - file, err := createTestFile("micro_mouse_test", "base content") - if err != nil { - t.Error(err) - return - } - defer os.Remove(file) - - openFile(file) - - // buffer: - // base content - // the selections need to happen at different locations to avoid a double click - injectMouse(3, 0, tcell.Button1, tcell.ModNone) - injectKey(tcell.KeyLeft, 0, tcell.ModNone) - injectMouse(0, 0, tcell.ButtonNone, tcell.ModNone) - injectString("secondline") - // buffer: - // secondlinebase content - injectKey(tcell.KeyEnter, rune(tcell.KeyEnter), tcell.ModNone) - // buffer: - // secondline - // base content - injectMouse(2, 0, tcell.Button1, tcell.ModNone) - injectMouse(0, 0, tcell.ButtonNone, tcell.ModNone) - injectKey(tcell.KeyEnter, rune(tcell.KeyEnter), tcell.ModNone) - // buffer: - // - // secondline - // base content - injectKey(tcell.KeyUp, 0, tcell.ModNone) - injectString("firstline") - // buffer: - // firstline - // secondline - // base content - injectKey(tcell.KeyCtrlS, rune(tcell.KeyCtrlS), tcell.ModCtrl) - - data, err := ioutil.ReadFile(file) - if err != nil { - t.Error(err) - return - } - - assert.Equal(t, "firstline\nsecondline\nbase content\n", string(data)) -} - -var srTestStart = `foo -foo -foofoofoo -Ernleȝe foo æðelen -` -var srTest2 = `test_string -test_string -test_stringtest_stringtest_string -Ernleȝe test_string æðelen -` -var srTest3 = `test_foo -test_string -test_footest_stringtest_foo -Ernleȝe test_string æðelen -` - -func TestSearchAndReplace(t *testing.T) { - file, err := createTestFile("micro_search_replace_test", srTestStart) - if err != nil { - t.Error(err) - return - } - defer os.Remove(file) - - openFile(file) - - injectKey(tcell.KeyCtrlE, rune(tcell.KeyCtrlE), tcell.ModCtrl) - injectString(fmt.Sprintf("replaceall %s %s", "foo", "test_string")) - injectKey(tcell.KeyEnter, rune(tcell.KeyEnter), tcell.ModNone) - - injectKey(tcell.KeyCtrlS, rune(tcell.KeyCtrlS), tcell.ModCtrl) - - data, err := ioutil.ReadFile(file) - if err != nil { - t.Error(err) - return - } - - assert.Equal(t, srTest2, string(data)) - - injectKey(tcell.KeyCtrlE, rune(tcell.KeyCtrlE), tcell.ModCtrl) - injectString(fmt.Sprintf("replace %s %s", "string", "foo")) - injectKey(tcell.KeyEnter, rune(tcell.KeyEnter), tcell.ModNone) - injectString("ynyny") - injectKey(tcell.KeyEscape, 0, tcell.ModNone) - - injectKey(tcell.KeyCtrlS, rune(tcell.KeyCtrlS), tcell.ModCtrl) - - data, err = ioutil.ReadFile(file) - if err != nil { - t.Error(err) - return - } - - assert.Equal(t, srTest3, string(data)) -} - -func TestMultiCursor(t *testing.T) { - // TODO -} - -func TestSettingsPersistence(t *testing.T) { - // TODO -} - -// more tests (rendering, tabs, plugins)? diff --git a/data/io.github.zyedidia.micro.metainfo.xml b/data/io.github.zyedidia.micro.metainfo.xml deleted file mode 100644 index 5e8a79c6e3..0000000000 --- a/data/io.github.zyedidia.micro.metainfo.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - io.github.zyedidia.micro - micro.desktop - Micro Text Editor - A modern and intuitive terminal-based text editor - -

- micro is a terminal-based text editor that aims to be easy to use and - intuitive, while also taking advantage of the capabilities of modern terminals. - It comes as a single, batteries-included, static binary with no dependencies; - you can download and use it right now! -

-

- As its name indicates, micro aims to be somewhat of a successor to the nano - editor by being easy to install and use. It strives to be enjoyable as a full-time - editor for people who prefer to work in a terminal, or those who regularly - edit files over SSH. -

-
- MIT - MIT - - Development - TextEditor - - - - - - micro - com.github.zyedidia.micro - - Zachary Yedidia - - - Micro Text Editor editing its source code - https://raw.githubusercontent.com/zyedidia/micro/master/assets/micro-solarized.png - - - - https://micro-editor.github.io - https://github.com/zyedidia/micro/issues - https://micro-editor.github.io/about.html - https://micro-editor.github.io/about.html - https://github.com/zyedidia - https://github.com/zyedidia/micro - https://github.com/zyedidia/micro#contributing -
diff --git a/data/micro.json b/data/micro.json deleted file mode 100644 index 63ba098d3e..0000000000 --- a/data/micro.json +++ /dev/null @@ -1,358 +0,0 @@ -{ - "$comment": "https://github.com/zyedidia/micro", - "$schema": "http://json-schema.org/draft-07/schema#", - "title": "options", - "description": "A micro editor config schema", - "type": "object", - "properties": { - "autoindent": { - "description": "Whether to use the same indentation as a previous line\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "autosave": { - "description": "A delay between automatic saves\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "integer", - "minimum": 0, - "default": 0 - }, - "autosu": { - "description": "Whether attempt to use super user privileges\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "backup": { - "description": "Whether to backup all open buffers\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "backupdir": { - "description": "A directory to store backups\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "default": "" - }, - "basename": { - "description": "Whether to show a basename instead of a full path\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "clipboard": { - "description": "A way to access the system clipboard\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "enum": [ - "external", - "terminal", - "internal" - ], - "default": "external" - }, - "colorcolumn": { - "description": "A position to display a column\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "integer", - "minimum": 0, - "default": 0 - }, - "colorscheme": { - "description": "A color scheme\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "enum": [ - "atom-dark", - "bubblegum", - "cmc-16", - "cmc-tc", - "darcula", - "default", - "dracula-tc", - "dukedark-tc", - "dukelight-tc", - "dukeubuntu-tc", - "geany", - "gotham", - "gruvbox", - "gruvbox-tc", - "material-tc", - "monokai-dark", - "monokai", - "one-dark", - "railscast", - "simple", - "solarized", - "solarized-tc", - "sunny-day", - "twilight", - "zenburn" - ], - "default": "default" - }, - "cursorline": { - "description": "Whether to highlight a line with a cursor with a different color\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "diffgutter": { - "description": "Whether to display diff inticators before lines\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "divchars": { - "description": "Divider chars for vertical and horizontal splits\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "default": "|-" - }, - "divreverse": { - "description": "Whether to use inversed color scheme colors for splits\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "encoding": { - "description": "An encoding used to open and save files\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "default": "utf-8" - }, - "eofnewline": { - "description": "Whether to add a missing trailing new line\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "fastdirty": { - "description": "Whether to use a fast algorithm to determine whether a file is changed\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "fileformat": { - "description": "A line ending format\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "enum": [ - "unix", - "dos" - ], - "default": "unix" - }, - "filetype": { - "description": "A filetype for the current buffer\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "default": "unknown" - }, - "hlsearch": { - "description": "Whether to highlight all instances of a searched text after a successful search\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "incsearch": { - "description": "Whether to enable an incremental search in `Find` prompt\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "ignorecase": { - "description": "Whether to perform case-insensitive searches\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "indentchar": { - "description": "An indentation character\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "maxLength": 1, - "default": " " - }, - "infobar": { - "description": "Whether to enable a line at the bottom where messages are printed\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "keepautoindent": { - "description": "Whether add a whitespace while using autoindent\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "keymenu": { - "description": "Whether to display nano-style key menu at the bottom\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "matchbrace": { - "description": "Whether to underline matching braces\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "mkparents": { - "description": "Whether to create missing directories\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "mouse": { - "description": "Whether to enable mouse support\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "paste": { - "description": "Whether to treat characters sent from the terminal in a single chunk as a paste event\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "parsecursor": { - "description": "Whether to extract a line number and a column to open files with from file names\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "permbackup": { - "description": "Whether to permanently save backups\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "pluginchannels": { - "description": "A file with list of plugin channels\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "default": "https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json" - }, - "pluginrepos": { - "description": "Plugin repositories\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "array", - "uniqueItems": true, - "items": { - "description": "A pluging repository\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string" - }, - "default": [] - }, - "readonly": { - "description": "Whether to forbid buffer editing\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "rmtrailingws": { - "description": "Whether to remove trailing whitespaces\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "ruler": { - "description": "Whether to display line numbers\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "relativeruler": { - "description": "Whether to display relative line numbers\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "savecursor": { - "description": "Whether to save cursor position in files\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "savehistory": { - "description": "Whether to save command history between closing and re-opening editor\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "saveundo": { - "description": "Whether to save undo after closing file\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "scrollbar": { - "description": "Whether to save undo after closing file\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "scrollmargin": { - "description": "A margin at which a view starts scrolling when a cursor approaches an edge of a view\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "integer", - "default": 3 - }, - "scrollspeed": { - "description": "Line count to scroll for one scroll event\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "integer", - "default": 2 - }, - "smartpaste": { - "description": "Whether to add a leading whitespace while pasting multiple lines\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "softwrap": { - "description": "Whether to wrap long lines\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "splitbottom": { - "description": "Whether to create a new horizontal split below the current one\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "splitright": { - "description": "Whether to create a new vertical split right of the current one\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "statusformatl": { - "description": "Format string of left-justified part of the statusline\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "default": "$(filename) $(modified)($(line),$(col)) $(status.paste)| ft:$(opt:filetype) | $(opt:fileformat) | $(opt:encoding)" - }, - "statusformatr": { - "description": "Format string of right-justified part of the statusline\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "default": "$(bind:ToggleKeyMenu): bindings, $(bind:ToggleHelp): help" - }, - "statusline": { - "description": "Whether to display a status line\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "default": "sudo" - }, - "sucmd": { - "description": "A super user command\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "string", - "default": "sudo", - "examples": [ - "sudo", - "doas" - ] - }, - "syntax": { - "description": "Whether to enable a syntax highlighting\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "tabmovement": { - "description": "Whether to navigate spaces at the beginning of lines as if they are tabs\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "tabhighlight": { - "description": "Whether to invert tab character colors\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "tabreverse": { - "description": "Whether to reverse tab bar colors\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "tabsize": { - "description": "A tab size\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "integer", - "default": 4 - }, - "tabstospaces": { - "description": "Whether to use spaces instead of tabs\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "useprimary": { - "description": "Whether to use primary clipboard to copy selections in the background\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": true - }, - "wordwrap": { - "description": "Whether to wrap long lines by words\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - }, - "xterm": { - "description": "Whether to assume that the current terminal is `xterm`\nhttps://github.com/zyedidia/micro/blob/master/runtime/help/options.md#options", - "type": "boolean", - "default": false - } - }, - "additionalProperties": false -} \ No newline at end of file diff --git a/internal/action/actions.go b/internal/action/actions.go index c628b71c9a..1da08bd706 100644 --- a/internal/action/actions.go +++ b/internal/action/actions.go @@ -1632,7 +1632,7 @@ func (h *BufPane) QuitAll() bool { } if anyModified { - InfoBar.YNPrompt("Quit micro? (all open buffers will be closed without saving)", func(yes, canceled bool) { + InfoBar.YNPrompt("Quit macro? (all open buffers will be closed without saving)", func(yes, canceled bool) { if !canceled && yes { quit() } diff --git a/internal/action/events.go b/internal/action/events.go index 3a4834f6c9..d2419e7666 100644 --- a/internal/action/events.go +++ b/internal/action/events.go @@ -153,7 +153,7 @@ func ConstructEvent(event tcell.Event) (Event, error) { mod: metaToAlt(e.Modifiers()), }, nil } - return nil, errors.New("No micro event equivalent") + return nil, errors.New("No macro event equivalent") } // A Handler will take a tcell event and execute it diff --git a/internal/buffer/backup.go b/internal/buffer/backup.go index a043651eba..ee0f248d72 100644 --- a/internal/buffer/backup.go +++ b/internal/buffer/backup.go @@ -14,20 +14,9 @@ import ( "golang.org/x/text/encoding" ) -const backupMsg = `A backup was detected for this file. This likely means that micro -crashed while editing this file, or another instance of micro is currently -editing this file. - -The backup was created on %s, and the file is - -%s - -* 'recover' will apply the backup as unsaved changes to the current buffer. - When the buffer is closed, the backup will be removed. -* 'ignore' will ignore the backup, discarding its changes. The backup file - will be removed. -* 'abort' will abort the open operation, and instead open an empty buffer. - +const backupMsg = `A backup was detected for %s on %s. +This likely means that macro crashed while editing this file, +or another instance of macro is currently editing this file. Options: [r]ecover, [i]gnore, [a]bort: ` var backupRequestChan chan *Buffer diff --git a/internal/buffer/serialize.go b/internal/buffer/serialize.go index e72311da8b..ebbea1fea9 100644 --- a/internal/buffer/serialize.go +++ b/internal/buffer/serialize.go @@ -46,7 +46,7 @@ func (b *Buffer) Serialize() error { // Unserialize loads the buffer info from config.ConfigDir/buffers func (b *Buffer) Unserialize() error { // If either savecursor or saveundo is turned on, we need to load the serialized information - // from ~/.config/micro/buffers + // from ~/.config/macro/buffers if b.Path == "" { return nil } @@ -57,7 +57,7 @@ func (b *Buffer) Unserialize() error { decoder := gob.NewDecoder(file) err = decoder.Decode(&buffer) if err != nil { - return errors.New(err.Error() + "\nYou may want to remove the files in ~/.config/micro/buffers (these files\nstore the information for the 'saveundo' and 'savecursor' options) if\nthis problem persists.\nThis may be caused by upgrading to version 2.0, and removing the 'buffers'\ndirectory will reset the cursor and undo history and solve the problem.") + return errors.New(err.Error() + "\nYou may want to remove the files in ~/.config/macro/buffers if\nthis problem persists.") } if b.Settings["savecursor"].(bool) { b.StartCursor = buffer.Cursor diff --git a/internal/clipboard/clipboard.go b/internal/clipboard/clipboard.go index 3a57caf431..ae73f31890 100644 --- a/internal/clipboard/clipboard.go +++ b/internal/clipboard/clipboard.go @@ -25,7 +25,7 @@ const ( var CurrentMethod Method = Internal // A Register is a buffer used to store text. The system clipboard has the 'clipboard' -// and 'primary' (linux-only) registers, but other registers may be used internal to micro. +// and 'primary' (linux-only) registers, but other registers may be used internal to macro. type Register int const ( @@ -44,7 +44,7 @@ func Initialize(m Method) error { case External: clips := make([]clipper.Clipboard, 0, len(clipper.Clipboards)+1) clips = append(clips, &clipper.Custom{ - Name: "micro-clip", + Name: "macro-clip", }) clips = append(clips, clipper.Clipboards...) clipboard, err = clipper.GetClipboard(clips...) diff --git a/internal/config/config.go b/internal/config/config.go index d2ceb058d6..0c17500820 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -10,14 +10,14 @@ import ( var ConfigDir string -// InitConfigDir finds the configuration directory for micro according to the XDG spec. +// InitConfigDir finds the configuration directory for macro according to the XDG spec. // If no directory is found, it creates one. func InitConfigDir(flagConfigDir string) error { var e error - microHome := os.Getenv("MICRO_CONFIG_HOME") - if microHome == "" { - // The user has not set $MICRO_CONFIG_HOME so we'll try $XDG_CONFIG_HOME + macroHome := os.Getenv("MACRO_CONFIG_HOME") + if macroHome == "" { + // The user has not set $MACRO_CONFIG_HOME so we'll try $XDG_CONFIG_HOME xdgHome := os.Getenv("XDG_CONFIG_HOME") if xdgHome == "" { // The user has not set $XDG_CONFIG_HOME so we should act like it was set to ~/.config @@ -28,9 +28,9 @@ func InitConfigDir(flagConfigDir string) error { xdgHome = filepath.Join(home, ".config") } - microHome = filepath.Join(xdgHome, "micro") + macroHome = filepath.Join(xdgHome, "macro") } - ConfigDir = microHome + ConfigDir = macroHome if len(flagConfigDir) > 0 { if _, err := os.Stat(flagConfigDir); os.IsNotExist(err) { @@ -41,7 +41,7 @@ func InitConfigDir(flagConfigDir string) error { } } - // Create micro config home directory if it does not exist + // Create macro config home directory if it does not exist // This creates parent directories and does nothing if it already exists err := os.MkdirAll(ConfigDir, os.ModePerm) if err != nil { diff --git a/internal/screen/screen.go b/internal/screen/screen.go index 339e69aa3c..f03378d3b3 100644 --- a/internal/screen/screen.go +++ b/internal/screen/screen.go @@ -142,11 +142,7 @@ func Init() error { drawChan = make(chan bool, 8) // Should we enable true color? - truecolor := os.Getenv("MICRO_TRUECOLOR") == "1" - - if !truecolor { - os.Setenv("TCELL_TRUECOLOR", "disable") - } + // Let tcell trust COLORTERM var oldTerm string modifiedTerm := false diff --git a/runtime/README.md b/runtime/README.md deleted file mode 100644 index fea93f57d6..0000000000 --- a/runtime/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Runtime files for Micro - -This directory will be embedded in the Go binary for portability, but it may just as well be put in `~/.config/micro`. If you would like to make your own colorschemes -and syntax files, you can put them in `~/.config/micro/colorschemes` and `~/.config/micro/syntax` respectively. - diff --git a/assets/packaging/micro.desktop b/runtime/macro.desktop similarity index 95% rename from assets/packaging/micro.desktop rename to runtime/macro.desktop index 35772518b3..74a0ff2382 100644 --- a/assets/packaging/micro.desktop +++ b/runtime/macro.desktop @@ -4,12 +4,12 @@ Name=Micro GenericName=Text Editor Comment=Edit text files in a terminal -Icon=micro +Icon=macro Type=Application Categories=Utility;TextEditor;Development; Keywords=text;editor;syntax;terminal; -Exec=micro %F +Exec=macro %F StartupNotify=false Terminal=true NoDisplay=true diff --git a/runtime/macro.svg b/runtime/macro.svg new file mode 100644 index 0000000000..4ec2ff9ac1 --- /dev/null +++ b/runtime/macro.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/runtime/syntax/README.md b/runtime/syntax/README.md deleted file mode 100644 index 7d1a9de4c1..0000000000 --- a/runtime/syntax/README.md +++ /dev/null @@ -1,67 +0,0 @@ -# Syntax Files - -Here are micro's syntax files. - -Each yaml file specifies how to detect the filetype based on file extension or headers (first line of the file). -Then there are patterns and regions linked to highlight groups which tell micro how to highlight that filetype. - -Making your own syntax files is very simple. I recommend you check the file after you are finished with the -[`syntax_checker.go`](./syntax_checker.go) program (located in this directory). Just place your yaml syntax -file in the current directory and run `go run syntax_checker.go` and it will check every file. If there are no -errors it will print `No issues!`. - -You can read more about how to write syntax files (and colorschemes) in the [colors](../help/colors.md) documentation. - -# Legacy '.micro' filetype - -Micro used to use the `.micro` filetype for syntax files which is no longer supported. If you have `.micro` -syntax files that you would like to convert to the new filetype, you can use the [`syntax_converter.go`](./syntax_converter.go) program (also located in this directory): - -``` -$ go run syntax_converter.go c.micro > c.yaml -``` - -Most the the syntax files here have been converted using that tool. - -Note that the tool isn't perfect and though it is unlikely, you may run into some small issues that you will have to fix manually -(about 4 files from this directory had issues after being converted). - -# Micro syntax highlighting files - -These are the syntax highlighting files for micro. To install them, just -put all the syntax files in `~/.config/micro/syntax`. - -They are taken from Nano, specifically from [this repository](https://github.com/scopatz/nanorc). -Micro syntax files are almost identical to Nano's, except for some key differences: - -* Micro does not use `icolor`. Instead, for a case insensitive match, use the case insensitive flag (`i`) in the regular expression - * For example, `icolor green ".*"` would become `color green "(?i).*"` - -# Using with colorschemes - -Not all of these files have been converted to use micro's colorscheme feature. Most of them just hardcode the colors, which can be problematic depending on the colorscheme you use. - -Here is a list of the files that have been converted to properly use colorschemes: - -* vi -* go -* c -* d -* markdown -* html -* lua -* swift -* rust -* java -* javascript -* pascal -* python -* ruby -* sh -* git -* tex -* solidity - -# License - -See [LICENSE](LICENSE). diff --git a/runtime/syntax/haml.yaml b/runtime/syntax/haml.yaml index 7f94cd2fdd..f15fe282f9 100644 --- a/runtime/syntax/haml.yaml +++ b/runtime/syntax/haml.yaml @@ -1,6 +1,6 @@ filetype: haml -detect: +detect: filename: "\\.haml$" rules: diff --git a/snapcraft.yaml b/snapcraft.yaml deleted file mode 100644 index ef17094c68..0000000000 --- a/snapcraft.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: micro -summary: A modern and intuitive terminal-based text editor -description: | - Micro is a terminal-based text editor that aims to be easy to use and - intuitive, while also taking advantage of the full capabilities of modern - terminals. -confinement: classic -adopt-info: micro -base: core20 - -apps: - micro: - command: bin/micro - -parts: - micro: - source: . - source-type: git - plugin: go - build-packages: [make] - build-attributes: [no-patchelf] - override-pull: | - snapcraftctl pull - version="$(go run $SNAPCRAFT_PART_SRC/tools/build-version.go)" - [ -n "$(echo $version | grep "dev")" ] && grade=devel || grade=stable - snapcraftctl set-version "$version" - snapcraftctl set-grade "$grade" - override-build: | - make build-tags - mkdir $SNAPCRAFT_PART_INSTALL/bin - mv ./micro $SNAPCRAFT_PART_INSTALL/bin/ diff --git a/tools/build-date.go b/tools/build-date.go deleted file mode 100644 index 48174c1b14..0000000000 --- a/tools/build-date.go +++ /dev/null @@ -1,26 +0,0 @@ -//+build ignore - -package main - -import ( - "fmt" - "os" - "strconv" - "time" -) - -func main() { - var buildTime time.Time - epoch := os.Getenv("SOURCE_DATE_EPOCH") - if epoch != "" { - i, err := strconv.Atoi(epoch) - if err != nil { - fmt.Errorf("SOURCE_DATE_EPOCH is not a valid integer") - os.Exit(1) - } - buildTime = time.Unix(int64(i), 0) - } else { - buildTime = time.Now().Local() - } - fmt.Println(buildTime.Format("January 02, 2006")) -} diff --git a/tools/build-version.go b/tools/build-version.go deleted file mode 100644 index 8194fba664..0000000000 --- a/tools/build-version.go +++ /dev/null @@ -1,77 +0,0 @@ -//+build ignore - -package main - -import ( - "fmt" - "os/exec" - "strings" - - "github.com/blang/semver" -) - -func getTag(match ...string) (string, *semver.PRVersion) { - args := append([]string{ - "describe", "--tags", - }, match...) - if tag, err := exec.Command("git", args...).Output(); err != nil { - return "", nil - } else { - tagParts := strings.Split(string(tag), "-") - if len(tagParts) == 3 { - if ahead, err := semver.NewPRVersion(tagParts[1]); err == nil { - return tagParts[0], &ahead - } - } else if len(tagParts) == 4 { - if ahead, err := semver.NewPRVersion(tagParts[2]); err == nil { - return tagParts[0] + "-" + tagParts[1], &ahead - } - } - - return string(tag), nil - } -} - -func main() { - if tags, err := exec.Command("git", "tag").Output(); err != nil || len(tags) == 0 { - // no tags found -- fetch them - exec.Command("git", "fetch", "--tags").Run() - } - // Find the last vX.X.X Tag and get how many builds we are ahead of it. - versionStr, ahead := getTag("--match", "v*") - version, err := semver.ParseTolerant(versionStr) - if err != nil { - // no version tag found so just return what ever we can find. - fmt.Println("0.0.0-unknown") - return - } - // Get the tag of the current revision. - tag, _ := getTag("--exact-match") - if tag == versionStr { - // Seems that we are going to build a release. - // So the version number should already be correct. - fmt.Println(version.String()) - return - } - - // If we don't have any tag assume "dev" - if tag == "" || strings.HasPrefix(tag, "nightly") { - tag = "dev" - } - // Get the most likely next version: - if !strings.Contains(version.String(), "rc") { - version.Patch = version.Patch + 1 - } - - if pr, err := semver.NewPRVersion(tag); err == nil { - // append the tag as pre-release name - version.Pre = append(version.Pre, pr) - } - - if ahead != nil { - // if we know how many commits we are ahead of the last release, append that too. - version.Pre = append(version.Pre, *ahead) - } - - fmt.Println(version.String()) -} diff --git a/tools/compile-linux.sh b/tools/compile-linux.sh deleted file mode 100755 index f5e31784b6..0000000000 --- a/tools/compile-linux.sh +++ /dev/null @@ -1,32 +0,0 @@ -cd .. - -mkdir -p binaries -mkdir -p micro-$1 - -cp LICENSE micro-$1 -cp README.md micro-$1 -cp LICENSE-THIRD-PARTY micro-$1 - -HASH="$(git rev-parse --short HEAD)" -VERSION="$(go run tools/build-version.go)" -DATE="$(go run tools/build-date.go)" -ADDITIONAL_GO_LINKER_FLAGS="$(go run tools/info-plist.go $VERSION)" - -echo "Linux 64" -GOOS=linux GOARCH=amd64 go build -ldflags "-s -w -X main.Version=$1 -X main.CommitHash=$HASH -X 'main.CompileDate=$DATE'" -o micro-$1/micro ./cmd/micro -tar -czf micro-$1-linux64.tar.gz micro-$1 -mv micro-$1-linux64.tar.gz binaries -echo "Linux 32" -GOOS=linux GOARCH=386 go build -ldflags "-s -w -X main.Version=$1 -X main.CommitHash=$HASH -X 'main.CompileDate=$DATE'" -o micro-$1/micro ./cmd/micro -tar -czf micro-$1-linux32.tar.gz micro-$1 -mv micro-$1-linux32.tar.gz binaries -echo "Linux arm 32" -GOOS=linux GOARM=6 GOARCH=arm go build -ldflags "-s -w -X main.Version=$1 -X main.CommitHash=$HASH -X 'main.CompileDate=$DATE'" -o micro-$1/micro ./cmd/micro -tar -czf micro-$1-linux-arm.tar.gz micro-$1 -mv micro-$1-linux-arm.tar.gz binaries -echo "Linux arm 64" -GOOS=linux GOARCH=arm64 go build -ldflags "-s -w -X main.Version=$1 -X main.CommitHash=$HASH -X 'main.CompileDate=$DATE'" -o micro-$1/micro ./cmd/micro -tar -czf micro-$1-linux-arm64.tar.gz micro-$1 -mv micro-$1-linux-arm64.tar.gz binaries - -rm -rf micro-$1 diff --git a/tools/cross-compile.sh b/tools/cross-compile.sh deleted file mode 100755 index dcd6ca9742..0000000000 --- a/tools/cross-compile.sh +++ /dev/null @@ -1,120 +0,0 @@ -cd .. - -mkdir -p binaries -mkdir -p micro-$1 - -cp LICENSE micro-$1 -cp README.md micro-$1 -cp LICENSE-THIRD-PARTY micro-$1 -cp assets/packaging/micro.1 micro-$1 -cp assets/packaging/micro.desktop micro-$1 -cp assets/micro-logo-mark.svg micro-$1/micro.svg - -HASH="$(git rev-parse --short HEAD)" -VERSION="$(go run tools/build-version.go)" -DATE="$(go run tools/build-date.go)" -ADDITIONAL_GO_LINKER_FLAGS="$(go run tools/info-plist.go $VERSION)" - -# Mac -echo "OSX 64" -GOOS=darwin GOARCH=amd64 make build -mv micro micro-$1 -tar -czf micro-$1-osx.tar.gz micro-$1 -mv micro-$1-osx.tar.gz binaries - -# Mac ARM64 -echo "MacOS ARM64" -GOOS=darwin GOARCH=arm64 make build -mv micro micro-$1 -tar -czf micro-$1-macos-arm64.tar.gz micro-$1 -mv micro-$1-macos-arm64.tar.gz binaries - -# Linux -echo "Linux 64" -GOOS=linux GOARCH=amd64 make build -./tools/package-deb.sh $1 -mv micro-$1-amd64.deb binaries - -mv micro micro-$1 -tar -czf micro-$1-linux64.tar.gz micro-$1 -mv micro-$1-linux64.tar.gz binaries - -echo "Linux 64 fully static" -CGO_ENABLED=0 GOOS=linux GOARCH=amd64 make build -mv micro micro-$1 -tar -czf micro-$1-linux64-static.tar.gz micro-$1 -mv micro-$1-linux64-static.tar.gz binaries - -echo "Linux 32" -GOOS=linux GOARCH=386 make build -mv micro micro-$1 -tar -czf micro-$1-linux32.tar.gz micro-$1 -mv micro-$1-linux32.tar.gz binaries - -echo "Linux ARM 32" -GOOS=linux GOARM=6 GOARCH=arm make build -mv micro micro-$1 -tar -czf micro-$1-linux-arm.tar.gz micro-$1 -mv micro-$1-linux-arm.tar.gz binaries - -echo "Linux ARM 64" -GOOS=linux GOARCH=arm64 make build -mv micro micro-$1 -tar -czf micro-$1-linux-arm64.tar.gz micro-$1 -mv micro-$1-linux-arm64.tar.gz binaries - -# NetBSD -echo "NetBSD 64" -GOOS=netbsd GOARCH=amd64 make build -mv micro micro-$1 -tar -czf micro-$1-netbsd64.tar.gz micro-$1 -mv micro-$1-netbsd64.tar.gz binaries - -echo "NetBSD 32" -GOOS=netbsd GOARCH=386 make build -mv micro micro-$1 -tar -czf micro-$1-netbsd32.tar.gz micro-$1 -mv micro-$1-netbsd32.tar.gz binaries - -# OpenBSD -echo "OpenBSD 64" -GOOS=openbsd GOARCH=amd64 make build -mv micro micro-$1 -tar -czf micro-$1-openbsd64.tar.gz micro-$1 -mv micro-$1-openbsd64.tar.gz binaries - -echo "OpenBSD 32" -GOOS=openbsd GOARCH=386 make build -mv micro micro-$1 -tar -czf micro-$1-openbsd32.tar.gz micro-$1 -mv micro-$1-openbsd32.tar.gz binaries - -# FreeBSD -echo "FreeBSD 64" -GOOS=freebsd GOARCH=amd64 make build -mv micro micro-$1 -tar -czf micro-$1-freebsd64.tar.gz micro-$1 -mv micro-$1-freebsd64.tar.gz binaries - -echo "FreeBSD 32" -GOOS=freebsd GOARCH=386 make build -mv micro micro-$1 -tar -czf micro-$1-freebsd32.tar.gz micro-$1 -mv micro-$1-freebsd32.tar.gz binaries - -rm micro-$1/micro - -# Windows -echo "Windows 64" -GOOS=windows GOARCH=amd64 make build -mv micro.exe micro-$1 -zip -r -q -T micro-$1-win64.zip micro-$1 -mv micro-$1-win64.zip binaries - -echo "Windows 32" -GOOS=windows GOARCH=386 make build -mv micro.exe micro-$1 -zip -r -q -T micro-$1-win32.zip micro-$1 -mv micro-$1-win32.zip binaries - -rm -rf micro-$1 diff --git a/tools/info-plist.go b/tools/info-plist.go deleted file mode 100644 index 89b47846fd..0000000000 --- a/tools/info-plist.go +++ /dev/null @@ -1,51 +0,0 @@ -//go:build ignore -// +build ignore - -package main - -import ( - "fmt" - "io/ioutil" - "os" - "runtime" -) - -func check(e error) { - if e != nil { - panic(e) - } -} - -func main() { - if runtime.GOOS != "darwin" { - return - } - if len(os.Args) == 3 { - if os.Args[1] == "darwin" && runtime.GOOS == "darwin" { - rawInfoPlistString := ` - - - - CFBundleIdentifier - io.github.micro-editor - CFBundleName - micro - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - CFBundleShortVersionString - ` + os.Args[2] + ` - - - ` - infoPlistData := []byte(rawInfoPlistString) - - err := ioutil.WriteFile("/tmp/micro-info.plist", infoPlistData, 0644) - check(err) - fmt.Println("-linkmode external -extldflags -Wl,-sectcreate,__TEXT,__info_plist,/tmp/micro-info.plist") - } - } else { - panic("missing arguments") - } -} diff --git a/tools/nightly-release.sh b/tools/nightly-release.sh deleted file mode 100755 index 2126c489bb..0000000000 --- a/tools/nightly-release.sh +++ /dev/null @@ -1,34 +0,0 @@ -# This script updates the nightly release on Github for micro -# Must be run from inside the micro git repository - -commitID=$(git rev-parse --short HEAD) - -go run remove-nightly-assets.go - -echo "Cross compiling binaries" -./cross-compile.sh $1 -mv ../binaries . - -MESSAGE=$'Nightly build\n\nAutogenerated nightly build of micro' - -echo "Updating release" -hub release edit nightly \ - --prerelease \ - --draft=false \ - --message "$MESSAGE (please DISREGARD the creation date of this Github release). Assets uploaded on $(date) for commit $commitID." \ - --attach "binaries/micro-$1-osx.tar.gz" \ - --attach "binaries/micro-$1-macos-arm64.tar.gz" \ - --attach "binaries/micro-$1-linux64.tar.gz" \ - --attach "binaries/micro-$1-linux64-static.tar.gz" \ - --attach "binaries/micro-$1-amd64.deb" \ - --attach "binaries/micro-$1-linux32.tar.gz" \ - --attach "binaries/micro-$1-linux-arm.tar.gz" \ - --attach "binaries/micro-$1-linux-arm64.tar.gz" \ - --attach "binaries/micro-$1-freebsd64.tar.gz" \ - --attach "binaries/micro-$1-freebsd32.tar.gz" \ - --attach "binaries/micro-$1-openbsd64.tar.gz" \ - --attach "binaries/micro-$1-openbsd32.tar.gz" \ - --attach "binaries/micro-$1-netbsd64.tar.gz" \ - --attach "binaries/micro-$1-netbsd32.tar.gz" \ - --attach "binaries/micro-$1-win64.zip" \ - --attach "binaries/micro-$1-win32.zip" diff --git a/tools/package-deb.sh b/tools/package-deb.sh deleted file mode 100755 index 416b88f92c..0000000000 --- a/tools/package-deb.sh +++ /dev/null @@ -1 +0,0 @@ -fpm -s dir -t deb -p micro-$1-amd64.deb --name micro --license mit --version $1 --deb-recommends xclip --description "A modern and intuitive terminal-based text editor" --after-install ./assets/packaging/deb/micro.postinst --before-remove ./assets/packaging/deb/micro.prerm ./micro=/usr/bin/micro ./assets/packaging/micro.1=/usr/share/man/man1/micro.1 diff --git a/tools/pre-release.sh b/tools/pre-release.sh deleted file mode 100755 index fdb9bd6549..0000000000 --- a/tools/pre-release.sh +++ /dev/null @@ -1,38 +0,0 @@ -# This script creates releases on Github for micro -# You must have the correct Github access token to run this script - -# $1 is the title, $2 is the description - -commitID=$(git rev-parse HEAD) -tag="v$1" - -echo "Creating tag" -git tag $tag $commitID -hub push --tags - -echo "Cross compiling binaries" -./cross-compile.sh $1 -mv ../binaries . - -NL=$'\n' - -echo "Creating new release" -hub release create $tag \ - --prerelease \ - --message "$1${NL}${NL}$2" \ - --attach "binaries/micro-$1-osx.tar.gz" \ - --attach "binaries/micro-$1-macos-arm64.tar.gz" \ - --attach "binaries/micro-$1-linux64.tar.gz" \ - --attach "binaries/micro-$1-linux64-static.tar.gz" \ - --attach "binaries/micro-$1-amd64.deb" \ - --attach "binaries/micro-$1-linux32.tar.gz" \ - --attach "binaries/micro-$1-linux-arm.tar.gz" \ - --attach "binaries/micro-$1-linux-arm64.tar.gz" \ - --attach "binaries/micro-$1-freebsd64.tar.gz" \ - --attach "binaries/micro-$1-freebsd32.tar.gz" \ - --attach "binaries/micro-$1-openbsd64.tar.gz" \ - --attach "binaries/micro-$1-openbsd32.tar.gz" \ - --attach "binaries/micro-$1-netbsd64.tar.gz" \ - --attach "binaries/micro-$1-netbsd32.tar.gz" \ - --attach "binaries/micro-$1-win64.zip" \ - --attach "binaries/micro-$1-win32.zip" diff --git a/tools/release.sh b/tools/release.sh deleted file mode 100755 index 374c49fe1e..0000000000 --- a/tools/release.sh +++ /dev/null @@ -1,37 +0,0 @@ -# This script creates releases on Github for micro -# You must have the correct Github access token to run this script - -# $1 is the title, $2 is the description - -commitID=$(git rev-parse HEAD) -tag="v$1" - -echo "Creating tag" -git tag $tag $commitID -hub push --tags - -NL=$'\n' - -echo "Cross compiling binaries" -./cross-compile.sh $1 -mv ../binaries . - -echo "Creating new release" -hub release create $tag \ - --message "$1${NL}${NL}$2" \ - --attach "binaries/micro-$1-osx.tar.gz" \ - --attach "binaries/micro-$1-macos-arm64.tar.gz" \ - --attach "binaries/micro-$1-linux64.tar.gz" \ - --attach "binaries/micro-$1-linux64-static.tar.gz" \ - --attach "binaries/micro-$1-amd64.deb" \ - --attach "binaries/micro-$1-linux32.tar.gz" \ - --attach "binaries/micro-$1-linux-arm.tar.gz" \ - --attach "binaries/micro-$1-linux-arm64.tar.gz" \ - --attach "binaries/micro-$1-freebsd64.tar.gz" \ - --attach "binaries/micro-$1-freebsd32.tar.gz" \ - --attach "binaries/micro-$1-openbsd64.tar.gz" \ - --attach "binaries/micro-$1-openbsd32.tar.gz" \ - --attach "binaries/micro-$1-netbsd64.tar.gz" \ - --attach "binaries/micro-$1-netbsd32.tar.gz" \ - --attach "binaries/micro-$1-win64.zip" \ - --attach "binaries/micro-$1-win32.zip" diff --git a/tools/remove-nightly-assets.go b/tools/remove-nightly-assets.go deleted file mode 100644 index 9367408c7c..0000000000 --- a/tools/remove-nightly-assets.go +++ /dev/null @@ -1,41 +0,0 @@ -//+build ignore - -package main - -import ( - "fmt" - "io/ioutil" - "net/http" - "os/exec" - "strings" - - "github.com/zyedidia/json5" -) - -func main() { - resp, err := http.Get("https://api.github.com/repos/zyedidia/micro/releases") - if err != nil { - fmt.Println(err.Error()) - return - } - defer resp.Body.Close() - body, err := ioutil.ReadAll(resp.Body) - - var data interface{} - - err = json5.Unmarshal(body, &data) - - for _, val := range data.([]interface{}) { - m := val.(map[string]interface{}) - releaseName := m["name"].(string) - assets := m["assets"].([]interface{}) - for _, asset := range assets { - assetInfo := asset.(map[string]interface{}) - url := assetInfo["url"].(string) - if strings.Contains(strings.ToLower(releaseName), "nightly") { - cmd := exec.Command("hub", "api", "-X", "DELETE", url) - cmd.Run() - } - } - } -} diff --git a/tools/testgen.go b/tools/testgen.go deleted file mode 100644 index f110202fa9..0000000000 --- a/tools/testgen.go +++ /dev/null @@ -1,257 +0,0 @@ -//+build ignore - -package main - -import ( - "fmt" - "io/ioutil" - "log" - "os" - "regexp" - "strings" - - "github.com/robertkrimen/otto/ast" - "github.com/robertkrimen/otto/parser" -) - -type walker struct { - nodes []ast.Node -} - -func (w *walker) Enter(node ast.Node) ast.Visitor { - w.nodes = append(w.nodes, node) - return w -} - -func (w *walker) Exit(node ast.Node) { -} - -func getAllNodes(node ast.Node) []ast.Node { - w := &walker{} - ast.Walk(w, node) - return w.nodes -} - -func getCalls(node ast.Node, name string) []*ast.CallExpression { - nodes := []*ast.CallExpression{} - for _, n := range getAllNodes(node) { - if ce, ok := n.(*ast.CallExpression); ok { - var calleeName string - switch callee := ce.Callee.(type) { - case *ast.Identifier: - calleeName = callee.Name - case *ast.DotExpression: - calleeName = callee.Identifier.Name - default: - continue - } - if calleeName == name { - nodes = append(nodes, ce) - } - } - } - return nodes -} - -func getPropertyValue(node ast.Node, key string) ast.Expression { - for _, p := range node.(*ast.ObjectLiteral).Value { - if p.Key == key { - return p.Value - } - } - return nil -} - -type operation struct { - startLine int - startColumn int - endLine int - endColumn int - text []string -} - -type check struct { - before []string - operations []operation - after []string -} - -type test struct { - description string - checks []check -} - -func stringSliceToGoSource(slice []string) string { - var b strings.Builder - b.WriteString("[]string{\n") - for _, s := range slice { - b.WriteString(fmt.Sprintf("%#v,\n", s)) - } - b.WriteString("}") - return b.String() -} - -func testToGoTest(test test, name string) string { - var b strings.Builder - - b.WriteString("func Test") - b.WriteString(name) - b.WriteString("(t *testing.T) {\n") - - for _, c := range test.checks { - b.WriteString("check(\n") - b.WriteString("t,\n") - b.WriteString(fmt.Sprintf("%v,\n", stringSliceToGoSource(c.before))) - b.WriteString("[]operation{\n") - for _, op := range c.operations { - b.WriteString("operation{\n") - b.WriteString(fmt.Sprintf("start: Loc{%v, %v},\n", op.startColumn, op.startLine)) - b.WriteString(fmt.Sprintf("end: Loc{%v, %v},\n", op.endColumn, op.endLine)) - b.WriteString(fmt.Sprintf("text: %v,\n", stringSliceToGoSource(op.text))) - b.WriteString("},\n") - } - b.WriteString("},\n") - b.WriteString(fmt.Sprintf("%v,\n", stringSliceToGoSource(c.after))) - b.WriteString(")\n") - } - - b.WriteString("}\n") - - return b.String() -} - -func nodeToStringSlice(node ast.Node) []string { - var result []string - for _, s := range node.(*ast.ArrayLiteral).Value { - result = append(result, s.(*ast.StringLiteral).Value) - } - return result -} - -func nodeToStringSlice2(node ast.Node) []string { - var result []string - for _, o := range node.(*ast.ArrayLiteral).Value { - result = append(result, getPropertyValue(o, "text").(*ast.StringLiteral).Value) - } - return result -} - -func nodeToInt(node ast.Node) int { - return int(node.(*ast.NumberLiteral).Value.(int64)) -} - -func getChecks(node ast.Node) []check { - checks := []check{} - - for _, ce := range getCalls(node, "testApplyEdits") { - if len(ce.ArgumentList) != 3 { - // Wrong function - continue - } - - before := nodeToStringSlice2(ce.ArgumentList[0]) - after := nodeToStringSlice2(ce.ArgumentList[2]) - - var operations []operation - for _, op := range ce.ArgumentList[1].(*ast.ArrayLiteral).Value { - args := getPropertyValue(op, "range").(*ast.NewExpression).ArgumentList - operations = append(operations, operation{ - startLine: nodeToInt(args[0]) - 1, - startColumn: nodeToInt(args[1]) - 1, - endLine: nodeToInt(args[2]) - 1, - endColumn: nodeToInt(args[3]) - 1, - text: []string{getPropertyValue(op, "text").(*ast.StringLiteral).Value}, - }) - } - - checks = append(checks, check{before, operations, after}) - } - - for _, ce := range getCalls(node, "testApplyEditsWithSyncedModels") { - if len(ce.ArgumentList) > 3 && ce.ArgumentList[3].(*ast.BooleanLiteral).Value { - // inputEditsAreInvalid == true - continue - } - - before := nodeToStringSlice(ce.ArgumentList[0]) - after := nodeToStringSlice(ce.ArgumentList[2]) - - var operations []operation - for _, op := range getCalls(ce.ArgumentList[1], "editOp") { - operations = append(operations, operation{ - startLine: nodeToInt(op.ArgumentList[0]) - 1, - startColumn: nodeToInt(op.ArgumentList[1]) - 1, - endLine: nodeToInt(op.ArgumentList[2]) - 1, - endColumn: nodeToInt(op.ArgumentList[3]) - 1, - text: nodeToStringSlice(op.ArgumentList[4]), - }) - } - - checks = append(checks, check{before, operations, after}) - } - - return checks -} - -func getTests(node ast.Node) []test { - tests := []test{} - for _, ce := range getCalls(node, "test") { - description := ce.ArgumentList[0].(*ast.StringLiteral).Value - body := ce.ArgumentList[1].(*ast.FunctionLiteral).Body - checks := getChecks(body) - if len(checks) > 0 { - tests = append(tests, test{description, checks}) - } - } - return tests -} - -func main() { - var tests []test - - for _, filename := range os.Args[1:] { - source, err := ioutil.ReadFile(filename) - if err != nil { - log.Fatalln(err) - } - - program, err := parser.ParseFile(nil, "", source, parser.IgnoreRegExpErrors) - if err != nil { - log.Fatalln(err) - } - - tests = append(tests, getTests(program)...) - } - - if len(tests) == 0 { - log.Fatalln("no tests found!") - } - - fmt.Println("// This file is generated from VSCode model tests by the testgen tool.") - fmt.Println("// DO NOT EDIT THIS FILE BY HAND; your changes will be overwritten!\n") - fmt.Println("package buffer") - fmt.Println(`import "testing"`) - - re := regexp.MustCompile(`[^\w]`) - usedNames := map[string]bool{} - - for _, test := range tests { - name := strings.Title(strings.ToLower(test.description)) - name = re.ReplaceAllLiteralString(name, "") - if name == "" { - name = "Unnamed" - } - if usedNames[name] { - for i := 2; ; i++ { - newName := fmt.Sprintf("%v_%v", name, i) - if !usedNames[newName] { - name = newName - break - } - } - } - usedNames[name] = true - - fmt.Println(testToGoTest(test, name)) - } -} diff --git a/tools/update-nightly-tag.sh b/tools/update-nightly-tag.sh deleted file mode 100755 index c59d0e43f5..0000000000 --- a/tools/update-nightly-tag.sh +++ /dev/null @@ -1,13 +0,0 @@ -commitID=$(git rev-parse --short HEAD) -echo "Moving tag" -hub push origin :refs/tags/nightly -git tag -f nightly $commitID -hub push --tags - -MESSAGE=$'Nightly build\n\nAutogenerated nightly build of micro' - -echo "Creating new release" -hub release create nightly \ - --prerelease \ - --draft=false \ - --message "$MESSAGE." diff --git a/tools/vendor-src.sh b/tools/vendor-src.sh deleted file mode 100755 index 9c95a27ceb..0000000000 --- a/tools/vendor-src.sh +++ /dev/null @@ -1,6 +0,0 @@ -cd ../.. - -tar czf "$1".tar.gz micro -zip -rq "$1".zip micro -mv "$1".tar.gz micro -mv "$1".zip micro