phi: gpu accelerated code-editor; definitely not to be confused phonetically with vi.
Go to file
2021-01-09 12:47:30 +00:00
.github/workflows gah!! 2021-01-09 12:44:52 +00:00
buff use go modules with latest version of strife 2021-01-09 12:35:55 +00:00
cfg fixed toml dependency; used toml-go instead of BurntSushi 2019-06-19 22:43:47 +01:00
gui major package cleanup 2018-06-22 11:36:52 +01:00
lex command palette is now has a hand written lexer 2019-03-02 20:54:01 +00:00
piecetable added simple optimisation to syntax highlighting 2019-06-01 00:53:47 +01:00
.gitignore remove use of substr, cleanup hungry backspace 2018-05-16 21:12:13 +01:00
.travis.yml woops; that wont build! remove sdl2 since we dont even execute the 2018-06-22 23:46:41 +01:00
BUILDING.md moved the build instructions into a separate file to keep the readme short 2019-06-01 00:21:13 +01:00
CONTRIBUTING.md docs and contributing files 2018-04-17 21:09:06 +01:00
DOCS.md docs and contributing files 2018-04-17 21:09:06 +01:00
GETTING_STARTED.md getting started edits 2018-06-22 10:08:59 +01:00
go.mod use go modules with latest version of strife 2021-01-09 12:35:55 +00:00
go.sum use go modules with latest version of strife 2021-01-09 12:35:55 +00:00
info.plist really simple dpi scaling for mac 2019-03-16 19:15:26 +00:00
LICENSE license 2016-11-14 00:17:42 +00:00
main.go disabled window resize for now 2019-03-16 19:23:58 +00:00
README.md added go badge 2021-01-09 12:47:30 +00:00

phi

Go

Phi is a minimal code editor designed to look pretty, run fast, and be easy to configure and use. It's primary function is for editing code.

The editor is still a work in progress. There is a chance it will eat up your battery, run quite slowly, and probably crash frequently.

**Do not edit your precious files with this editor!**

Here's a screenshot of Phi in action:

goals

The editor must:

  • run fast;
  • load and edit large files with ease;
  • look pretty; and finally
  • be easy to use

non-goals

The editor probably wont:

  • have any plugin support;
  • be very customizable in terms of layout;
  • support many non utf8 encodings;
  • support non true-type-fonts;
  • support right-to-left languages;

Avoiding most of these is to avoid complexity in the code-base and general architecture of the editor and is beyond the scope of this project currently.

why?

The editor does not exist as a serious replacement to Sublime Text/VSCode/Emacs/[editor name here].

Though one of my big goals for the project is to possibly replace sublime text for my own personal use. Thus the editor is somewhat optimized for my own work-flow.

The code is up purely for people to look at and maybe use or contribute or whatever. Sharing is caring!

reporting bugs/troubleshooting

Note the editor is still unstable. Please report any bugs you find so I can squash them! It is appreciated if you skim the issue (or search!) handler to make sure you aren't reporting duplicate bugs.

before filing an issue

Just to make sure it's an issue with the editor currently and not due to a broken change - please can you:

  • make sure the repository is up to date
  • make sure all the dependencies are updated, especially "github.com/felixangell/strife"
  • try removing the ~/.phi-config folder manually and letting the editor re-load it

building

See the BUILDING file.

license

MIT License