npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

hlu

v1.1.12

Published

Hist Linux Utilities (NodeJS Version)

Downloads

7

Readme

Hist Linux Utilities (NodeJS Version)

Requirements:

Installation methods:

NPM:

Install package: npm i -g hlu
Run: hlu


Direct run:

zx "https://raw.githubusercontent.com/sergeyhist/hlu-js/main/dev/hlu.mjs"


Download "hlu.mjs" file from the repo.
Give exec permission:

cd <path_to_downloaded_file>; chmod +x hlu.mjs

Run script:

zx hlu.mjs or ./hlu.mjs

Also you may create symlink to /usr/local/bin (/usr/bin or ~/.local/bin):

$ ln -s <path_to_downloaded_file>/hlu.mjs /usr/local/bin/

and run from terminal

hlu.mjs

Features:

Launcher Controller:

  • Create, edit, run or delete launcher for wine game/app, linux native game/app, legendary(epic games) game or retroarch game.
    Launcher settings:
    • Main settings
      • Name
      • Category
      • Prefix (wine/proton/legendary)
      • Core (retroarch)
      • Select wine/proton version (wine/proton/legendary)
      • Add additional arguments/commands
      • Enable gamemode, mangohud, vkbasalt
      • Enable pulse audio latency
      • Enable debug (~/.local/share/Hist/.logs)
    • Libstrangle settings
      • Enable libstrangle
      • Set max framerate
      • Set max framerate for battery power
      • Enable Vsync
      • Run glFinish after every frame
      • Set mip-map LoD bias
      • Set anisotropic filtering level (Vulkan only)
      • Enable force trilinear filtering (Vulkan only)
      • Disable linear texture filtering (Vulkan only)
      • Disable dlsym hooking
      • Stop strangle OpenGL libs from loading
      • Enable the implicit Vulkan layer
      • Disable the implicit Vulkan layer
    • FSR settings
      • Enable wine FSR
      • Select FSR Strength
    • DXVK settings
      • Enable DxvkHUD
      • Enable Dxvk async
      • Disable State Cache
    • Wine settings
      • Enable FSYNC
      • Enable ESYNC
      • Enable WineD3D
      • Enable virtual desktop
    • Proton settings
      • Enable wined3d
      • Enable large address aware
      • Enable old GL string
      • Enable Seccomp
      • Disable D3D12
      • Disable D3D11
      • Disable D3D10
      • Disable D3D9
      • Disable ESYNC
      • Disable FSYNC
      • Disable FUTEX2
    • Nvidia settings
      • Enable threaded optimizations
      • Enable graphics API visual indicator
    • AMD settings
      • Enable threaded optimizations
      • Enable radeon ACO vulkan compiler
  • Generate bash scripts and desktop files for launchers.
    Scripts are located in the ~/.local/share/Hist/Scripts directory and sorted by categories.
    Desktop files are located in the ~/.local/share/applications/HLU directory.
  • Display information about launcher in terminal.

Wine/Proton Helper:

  • Prefix commands (winecfg, control, regedit, etc.)
  • Winetricks (only for wine prefixes)
  • Prefix manager
    • Add prefix
    • Create prefix (only for wine prefixes)
    • Delete prefix
    • Install DXVK (only for wine prefixes)
    • Install VKD3D (only for wine prefixes)
    • Install MF (only for wine prefixes)
    • Install MF-Cab (only for wine prefixes)
  • Runners manager
    • Add wine runner
    • Delete wine runner
    • Install GE-Proton
    • Install GE-Wine

Legendary(Epic Games) Helper:

  • Sign in
  • Sign out
  • Import game
  • Install game
  • Verify game
  • Repair game
  • Update game
  • Move game
  • Uninstall game
  • Check updates
  • Upload cloud saves
  • Fix cloud saves
  • Game info
  • Install EOS-Overlay
  • Update EOS-Overlay
  • Remove EOS-Overlay

Systemd Controller

  • Services list
    • Start
    • Stop
    • Restart
    • Enable
    • Disable
    • Status
    • Unlist
  • Add service to the list

Launch options for steam game

  • Select needed options and paste them into steam game launch options.

Install Luxtorpeda

  • Install selected luxtorpeda release package.

Update settings and packages

  • Download latest packages.json and settings.json from this repo.