All Projects → otsaloma → nfoview

otsaloma / nfoview

Licence: GPL-3.0 license
Viewer for NFO files

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
shell
77523 projects
Roff
2310 projects

Labels

Projects that are alternatives of or similar to nfoview

switchboard-plug-applications
Switchboard Applications Plug
Stars: ✭ 14 (-87.04%)
Mutual labels:  gtk
slope
C/Gtk+ data visualization library.
Stars: ✭ 91 (-15.74%)
Mutual labels:  gtk
waffy
wlroots compatible, touch friendly application launcher
Stars: ✭ 22 (-79.63%)
Mutual labels:  gtk
gkraken
WARNING: This is a mirror of the GitLab repository. Please go there to open new issues or Pull Requests.
Stars: ✭ 44 (-59.26%)
Mutual labels:  gtk
backgammony
A backgammon client with multiplayer support
Stars: ✭ 37 (-65.74%)
Mutual labels:  gtk
dotfiles
My awesomewm dotfiles for awesome people! ✨
Stars: ✭ 1,764 (+1533.33%)
Mutual labels:  gtk
hyper-gtk
HyperScript/Jsx syntax for Gjs
Stars: ✭ 13 (-87.96%)
Mutual labels:  gtk
gamebox
Gamebox is a collection of minigames written in C using Gtk+-3.0
Stars: ✭ 15 (-86.11%)
Mutual labels:  gtk
vulcan
A minimalistic text editor designed for both ordinary use and software development
Stars: ✭ 46 (-57.41%)
Mutual labels:  gtk
live-chart
A real-time charting library for Vala and GTK3 based on Cairo
Stars: ✭ 47 (-56.48%)
Mutual labels:  gtk
libappindicator-rs
Rust safe bindings for the libappindicator library
Stars: ✭ 27 (-75%)
Mutual labels:  gtk
GTKAndroid
GTK+Android
Stars: ✭ 73 (-32.41%)
Mutual labels:  gtk
Yosemite-gtk-theme
Mac OSX Yosemite like theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 74 (-31.48%)
Mutual labels:  gtk
gsmartcontrol
GSmartControl - Hard disk drive and SSD health inspection tool
Stars: ✭ 183 (+69.44%)
Mutual labels:  gtk
pynfogen
Scriptable MediaInfo-fed NFO Generator for Movies and TV
Stars: ✭ 23 (-78.7%)
Mutual labels:  nfo
darkbar
Darken window titlebars based on your preference. Made for elementary OS and GNOME.
Stars: ✭ 39 (-63.89%)
Mutual labels:  gtk
capnet-assist
Captive Portal Assistant
Stars: ✭ 47 (-56.48%)
Mutual labels:  gtk
numbernine
Attempt at a desktop shell and stuff; abandoned in favor of https://github.com/DankBSD/waysmoke
Stars: ✭ 15 (-86.11%)
Mutual labels:  gtk
gtk
🪟 Soothing pastel theme for GTK3
Stars: ✭ 150 (+38.89%)
Mutual labels:  gtk
gweatherrouting
Sailing weather routing made easy
Stars: ✭ 15 (-86.11%)
Mutual labels:  gtk

NFO Viewer

Test Packages Flathub Gitter

NFO Viewer is a simple viewer for NFO files, which are "ASCII" art in the CP437 codepage. The advantages of using NFO Viewer instead of a text editor are preset font and encoding settings, automatic window size and clickable hyperlinks.

Installing

Linux

Packages

NFO Viewer is packaged for most of the popular distros, so easiest is to install via your distro's package management. If not packaged for your distro or you need a newer version than packaged, read below on how to install from Flatpak or the source code.

Flatpak

Stable releases are available via Flathub.

The development version can be installed by running command make install under the flatpak directory. You need make, flatpak-builder and gettext to build the Flatpak.

Source

NFO Viewer requires Python ≥ 3.4, PyGObject ≥ 3.0.0 and GTK ≥ 3.12. You also need a font that supports the kinds of glyphs commonly used in NFO files: Cascadia Code is a good choice and used by NFO Viewer by default, if available. During installation you will also need gettext. On Debian/Ubuntu you can install these with the following command.

sudo apt install fonts-cascadia-code \
                 gettext \
                 gir1.2-gtk-3.0 \
                 python3 \
                 python3-gi

Then, to install NFO Viewer, run command

make build
sudo make PREFIX=/usr/local install

Windows

Windows installers are no longer built due to bad tooling, bad results, lack of time and lack of motivation. The latest version available for Windows is 1.23.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].