all repos — fae @ c0d6b4a6af8045fd08be88cdbd6ec4cf802ffd85

A minuscule find and edit utility.

src/faepkg/config.nim

 1
 2
 3
 4
 5
 6
const appName* = "fae"
const appDescription* = "Find and Edit Utility"
const appVersion* = "8800"
const appVersionLabel* = "v880-0"
const appLicense* = "MIT"
const appAuthor* = "Fabio Cevasco"