de
de copied to clipboard
A Programmer's Text Editor
I'm trying to install de but get an error: ``` go # golang.org/x/exp/shiny/driver/internal/swizzle go/src/golang.org/x/exp/shiny/driver/internal/swizzle/swizzle_amd64.s:5:10: fatal error: textflag.h: No such file or directory 5 | #include "textflag.h" | ^~~~~~~~~~~~ compilation terminated.```
``` unknown field 'Setsid' in struct literal of type syscall.SysProcAttr unknown field 'Setctty' in struct literal of type syscall.SysProcAttr unknown field 'Ctty' in struct literal of type syscall.SysProcAttr ``` github.com\driusan\de\plugins\shell\shell.go...
most of the time, this just ends up being `~/.config/de`. I used to think this was silly, but more and more tools are using it. And we're laying claim to...
This is totally not ready to merge. The desire of this is to replace the `~/.de/tagline` with a command which can live in `~/.de/startup`. It doesn't do that yet, and...
see https://github.com/natefinch/pie Instead of compiling-in plugins, you could use pie to run executable plugins using RPC over stdin/stdout of the plugin executable. Far more flexible than making people compile things...
it would be awesome to have a github plugin with the same feature set as redmine.
it's safe to say that (bourne) shell is a popular language. it would be neato to have syntax highlighting.
Neat idea! Are there any plans for (or does this already exist) to add a filesystem API similar to acme? It would be great to interact with the editor via...