tianyeeee / chob

An universal app search tool for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chob

TypeScript version Node.js version APLv2

Donate

[Chob usage[video] Chob is an helper tool for searching application accross platforms (Flathub, Snapcraft and AppImage)

Usage

  1. Download executable file for your linux distro from Releases
2. chmod +x chob-linux
3. ./chob-linux pkgName

Build instructions

This project is intended to be used with the latest Active LTS release of Node.js. To start, just clone the repository with following commands:

git clone https://github.com/MuhammedKpln/chob.git
cd chob
npm install && yarn

Available scripts

  • clean - remove coverage data, Jest cache and transpiled files,
  • build - transpile TypeScript to ES6,
  • build:watch - interactive watch mode to automatically transpile source files,
  • lint - lint source files and tests,
  • test - run tests,
  • test:watch - interactive watch mode to automatically re-run tests

License

Licensed under the APLv2. See the LICENSE file for details.

About

An universal app search tool for Linux

License:Apache License 2.0


Languages

Language:TypeScript 92.2%Language:JavaScript 7.8%