all repos — fae @ 9682afb0008d0ef053c89ca17b19e92216631f4f

A minuscule find and edit utility.

src/faepkg/config.nim

 1
 2
 3
 4
 5
const appName* = "fae"
const appDescription* = "Find and Edit Utility"
const appVersion* = "1.1.0"
const appLicense* = "MIT"
const appAuthor* = "Fabio Cevasco"