ufo 0.7.3

Tool for opening files from command line


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

ufo is free software.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

ufo

ufo is a universal file opener, an alternative instrument for opening files from a command line.

Official repositories:

Ready-made packages

See: Download Page of OS-18

The page contains information about installing several packages, including ufo.

Build from source

Preparing

Before building, you need to install a compiler for D (this project supports compilers dmd, gdc and ldc2).

This project can be built with either dynamic or static linking against the Amalthea library. Therefore, if you want to build this project from source, you must first build and install Amalthea, then return to these instructions.

Compilation and installation

To create the executable file:

$ make

You can also specify a compiler:

$ make DC=gdc

To install (by default, main directory is /usr/local/):

# make install

After installation, the program is ready to use.

The Makefile defines the following variables:

  • DESTDIR — specifies the root directory for installing (empty by default);
  • PREFIX — specifies the base directory, such as usr/local or usr.

The installation directory is defined as $(DESTDIR)/$(PREFIX) in the Makefile.

You can install the program files in any directory. For example, to install into $HOME/.local:

make install DESTDIR=$HOME PREFIX=.local

To uninstall:

# make uninstall

If installed to a non-default location, use the same paths when uninstalling:

make uninstall DESTDIR=$HOME PREFIX=.local

Feedback

Questions, suggestions, comments, bugs:

[email protected]

Also use the repository service tools.

Authors:
  • Eugene 'Vindex' Stulin
Dependencies:
amalthea
Versions:
0.7.4 2025-Dec-21
0.7.3 2025-Dec-21
0.7.2 2025-Oct-26
0.7.1 2025-Sep-01
0.7.0 2025-Sep-01
Show all 7 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 4 downloads this month

  • 14 downloads total

Score:
0.1
Short URL:
ufo.dub.pm