Browsing this Thread:
1 Anonymous Users
A good replacement for ed |
||
---|---|---|
![]() Joined:
2017/3/3 13:00 Group:
Member Posts:
81
![]() |
If anyone wants to try my editor:
http://web.tiscali.it/pas80/led.htm I wrote it because there is not a decent console editor available for AROS, vi is bugged and ed is far to be considered usable. I tried also to port emacs and others without lucky.
Posted on: 12/14 3:12
|
|
![]() |
Re: A good replacement for ed |
||
---|---|---|
![]() Joined:
2017/3/3 13:00 Group:
Member Posts:
81
![]() |
The latest tarball has a very small improvement.
Posted on: 12/15 10:28
Edited by Pasquale on 2017/12/16 13:17:05
|
|
![]() |
Re: A good replacement for ed |
||
---|---|---|
![]() Joined:
2009/4/16 23:03 From Liancourt Saint Pierre - France
Group:
Member Posts:
1131
![]() |
I'll test this a bit later, thanks for it
Posted on: 12/18 23:03
|
|
![]() |
Re: A good replacement for ed |
||
---|---|---|
![]() Joined:
2017/3/3 13:00 Group:
Member Posts:
81
![]() |
I just update the tarball with very small bugs fixed, no need to change release number; i have developed it mainly to make quick editing on shell.
Your site is very nice and with a lot of usefull things, i think the problem about AROS is to find what is needed; a better management of the project would be appreciaded.
Posted on: 12/19 2:12
|
|
![]() |
Re: A good replacement for ed |
||
---|---|---|
![]() Joined:
2017/3/3 13:00 Group:
Member Posts:
81
![]() |
Now on my site is available a special version for AROS, MorphOS and AmigaOS that includes the following feauters:
1 - a line is available from clipboard when it is selected to be edited by pressing RAmiga+V; 2 - an option to quickly replace tab with space. Some tips: 1 - to search a string "string" type: s,string 2 - to delete it in any line type: s,string, 3 - to delete it in one line (e.g. 1) type: s,string,,1 4 - to delete it in a range (e.g. from 1 to 10) type: s,string,,1,10 5 - to convert correctly a text file from DOS/Mac to Unix format type o and then: s,.$, 6 - to save correctly a file in DOS/Mac format type o just before writting it 7 - the special form |cM is for a comma, so to search the string "string," type: s,string|cM and so, take a look to Lua patterns.
Posted on: 12/21 1:01
Edited by Pasquale on 2017/12/21 5:43:16
Edited by Pasquale on 2017/12/22 1:50:54 Edited by Pasquale on 2017/12/22 1:53:56 Edited by Pasquale on 2017/12/24 10:25:06 |
|
![]() |
Re: A good replacement for ed |
||
---|---|---|
![]() Joined:
2017/3/3 13:00 Group:
Member Posts:
81
![]() |
Just update the tarball (20171221) with some minor changes, an option to switch quickly to DOS/Mac format.
Posted on: 12/21 6:14
Edited by Pasquale on 2017/12/21 11:42:25
Edited by Pasquale on 2017/12/22 1:48:54 |
|
![]() |
Re: A good replacement for ed |
||
---|---|---|
![]() Joined:
2017/3/3 13:00 Group:
Member Posts:
81
![]() |
Just another update (20171223).
To compile by yourself download and extract Urn: https://github.com/SquidDev/urn i suggest to make an alias, something like this: alias urn "lua urn-master/bin/urn.lua" then type: urn -o led.lua led.lisp or: urn -o led.src.lua led.lisp luac -s -o led.lua led.src.lua
Posted on: 12/23 3:48
|
|
![]() |
Re: A good replacement for ed |
||
---|---|---|
![]() Joined:
2017/3/3 13:00 Group:
Member Posts:
81
![]() |
Just another update (20171228) with some minor bugs fixed and small improvements, like resume a stopped scrolling.
Merry Christmas and Happy New Year with my editor.
Posted on: 12/26 10:08
Edited by Pasquale on 2017/12/26 12:25:46
Edited by Pasquale on 2017/12/26 12:26:43 Edited by Pasquale on 2017/12/27 6:22:38 Edited by Pasquale on 2017/12/31 2:57:01 |
|
![]() |
Re: A good replacement for ed |
||
---|---|---|
![]() Joined:
2017/3/3 13:00 Group:
Member Posts:
81
![]() |
With the new year another release (20180101), now is possible to edit a line and to insert new text from that line immediately.
Posted on: 1/2 10:13
|
|
![]() |
Re: A good replacement for ed |
||
---|---|---|
![]() Joined:
2017/3/3 13:00 Group:
Member Posts:
81
![]() |
Just update, also adjusted to work properly on Linux/UNIX with XTerm.
Posted on: 2/3 3:42
|
|
![]() |
You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.