文件名称:ed:用Go编写的现代UNIX ed(行编辑器)克隆
文件大小:35KB
文件格式:ZIP
更新时间:2024-02-26 22:49:15
vim editor cli unix terminal
ed(很棒的UNIX行编辑器) ed是UNIX命令行工具的克隆,其名称与ed是行编辑器的名称相同,该行编辑器因创建者和最不友好的编辑器而臭名昭著。 这是一种现代的编辑方式,用语言编写的编辑器具有可移植性以及所有基本ed命令,它是一种现代的readline行编辑器,具有vi绑定和出错时的友好错误消息。 快速开始 使用go get在有效的Go环境中安装ed : $ go get github.com/prologic/ed 或从“为您的平台从已发行的二进制文件进行安装。 并将文件编辑到您的心中:) $ ed > a Hello World ! . > ,p Hello World !
【文件预览】:
ed-master
----foo.txt(223B)
----.goreleaser.yml(616B)
----handler.go(88B)
----log(100B)
----tools()
--------release.sh(511B)
----.github()
--------FUNDING.yml(35B)
--------workflows()
--------labeler.yml(93B)
----address.go(2KB)
----_config.yml(29B)
----Dockerfile(132B)
----tests()
--------insert.t(235B)
--------edit.t(573B)
--------help.t(372B)
--------append.t(235B)
--------set.t(139B)
--------shell.t(206B)
--------delete.t(204B)
--------read.t(229B)
--------global.t(338B)
--------replace.t(207B)
--------file.t(306B)
--------change.t(233B)
--------join.t(200B)
--------quit.t(291B)
--------list.t(242B)
--------yank.t(245B)
--------goto.t(83B)
--------transfer.t(238B)
--------number.t(296B)
--------index.t(117B)
--------print.t(188B)
--------move.t(199B)
--------substitute.t(728B)
--------write.t(646B)
----errors.go(1004B)
----LICENSE(1KB)
----editor.go(5KB)
----modes.go(81B)
----command.go(2KB)
----settings.go(2KB)
----version.go(304B)
----main.go(2KB)
----bar.txt(14B)
----cal.txt(188B)
----.gitignore(20B)
----Makefile(475B)
----go.sum(8KB)
----.dependabot()
--------config.yml(109B)
----README.md(14KB)
----utils.go(3KB)
----commands.go(12KB)
----buffer.go(6KB)
----go.mod(385B)