all repos — fae @ 199deaa00aa4018937c991feeb4e36b89c1ff6f2

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.0.0"
const appLicense* = "MIT"
const appAuthor* = "Fabio Cevasco"