An open API service indexing awesome lists of open source software.

https://github.com/xyproto/base-devel

Small utility with a name intended to help find bugs in package managers, web interfaces and AUR helpers
https://github.com/xyproto/base-devel

Last synced: 3 months ago
JSON representation

Small utility with a name intended to help find bugs in package managers, web interfaces and AUR helpers

Awesome Lists containing this project

README

          

# base-devel

A small utility with a name intended for testing package manager behavior and to help iron out bugs in web interfaces and AUR helpers.

* It lists all directories in `PATH` that are named `.bin` or `bin`.
* If the `-n` flag is passed, directories in `PATH` that are not named `.bin` or `bin` are listed.

## Installation

For Go 1.18 or later:

go install github.com/xyproto/base-devel@latest

## General information

* License: GPL2
* Version: 0.0.1