ufo ~develop

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 assembling, you need to install a compiler for D (this project supports compilers dmd, gdc and ldc) and chrpath.

This project is assembled with a dynamic or static linking to the Amalthea library. So if you want to build this project from source, you also need to build and install Amalthea. Then return to this instruction.

Compilation and installation

Creating of executable bin-file:

$ make

Also, you can choose a compiler for assembling:

$ make DC=gdc

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

# make install

After that, the application is ready for use.

You can install this application in any other directory:

$ make install PREFIX=/home/$USER/sandbox

Uninstall:

# make uninstall

If you installed it in an alternate directory:

$ make uninstall PREFIX=/home/$USER/sandbox

Feedback

Questions, suggestions, comments, bugs:

[email protected]

Also use the repository service tools.

Authors:
  • Eugene 'Vindex' Stulin
Dependencies:
amalthea
Versions:
0.7.1 2025-Sep-01
0.7.0 2025-Sep-01
~main 2025-Sep-01
~develop 2025-Sep-01
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 1 downloads total

Score:
0.0
Short URL:
ufo.dub.pm