├── LICENSE ├── README.md ├── a.h ├── actionbar.c ├── dirmodel.c ├── dirpanel.c ├── dirview.c ├── dirviewcmd.c ├── fops.c ├── glob.c ├── help.c ├── input.c ├── main.c ├── message.c ├── mkfile ├── screenshot.png ├── text.c ├── utils.c └── viewercmd.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/README.md -------------------------------------------------------------------------------- /a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/a.h -------------------------------------------------------------------------------- /actionbar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/actionbar.c -------------------------------------------------------------------------------- /dirmodel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/dirmodel.c -------------------------------------------------------------------------------- /dirpanel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/dirpanel.c -------------------------------------------------------------------------------- /dirview.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/dirview.c -------------------------------------------------------------------------------- /dirviewcmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/dirviewcmd.c -------------------------------------------------------------------------------- /fops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/fops.c -------------------------------------------------------------------------------- /glob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/glob.c -------------------------------------------------------------------------------- /help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/help.c -------------------------------------------------------------------------------- /input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/input.c -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/main.c -------------------------------------------------------------------------------- /message.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/message.c -------------------------------------------------------------------------------- /mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/mkfile -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/screenshot.png -------------------------------------------------------------------------------- /text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/text.c -------------------------------------------------------------------------------- /utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/utils.c -------------------------------------------------------------------------------- /viewercmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telephil9/nc/HEAD/viewercmd.c --------------------------------------------------------------------------------