bric icon indicating copy to clipboard operation
bric copied to clipboard

bric is a text editor based on kilo.

Results 11 bric issues
Sort by recently updated
recently updated
newest added

If you see we are missing a translation from your native language, please add it and submit a pull request. Please [open a ticket](https://github.com/shnupta/bric/issues/new) first so people don't submit the...

help wanted
translations

SYSCONFDIR can be passed to bric during compiling. it defaults to /usr/local/etc and can be changed during compile-time by using a `../configure` option. It's coded in as a `define` directive...

help wanted
up-for-grabs
c

A sample config file is shown on the README. This should be added to the distribution as `.bricrc`

enhancement
help wanted
up-for-grabs

If the tags file is incorrectly formatted, bric will segfault when using the tagstack function. To generate the correct tags file, the user must use Exuberant Ctags. On Debian, the...

enhancement
help wanted
c

Allow the previous few operations to be undone by the user. __Current undo needs:__ - Should bind to ctrl-z in insert mode - Should bind to ctrl-z and u in...

help wanted
up-for-grabs
feature

The readme should contain a brief overview of each section with links to each individual file that goes into more depth

When quitting via ctrl-Q in insert mode, the file lock is not removed. I'm not sure if that's intended, but if not I would be glad to fix it to...

Write a brief documentation file on how the editor works (from 0.0.2) and the basics of some of the key components of the editor.

help wanted
up-for-grabs
organisational

Split the header and source file into files based on their implementations such as low level terminal handling, movement etc...

help wanted
up-for-grabs
organisational