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

create-desktop-shortcut

v1.0.0

Published

CLI to create desktop shortcuts in Ubuntu

Downloads

14

Readme

Desktop Shortcut Creator

CLI to create desktop shortcuts in Ubuntu.

Usage

npx create-desktop-shortcut obsidian.AppImage -n Obsidian -i obsidian-512.png -c Office Utility
# Shortcut created at '/home/user/.local/shared/applications/obsidian.desktop'

Docs

Usage: create-desktop-shortcut create [options] <path>

Create a new shortcut

Arguments:
  path                              path to the executable

Options:
  -n, --name <name>                 name of the shortcut
  -t, --terminal                    run the executable in a terminal (default: false)
  -s, --startup-notify              show a notification when the shortcut is launched (default: false)
  -i, --icon <icon>                 path to the icon file
  -co, --comment <comment>          comment for the shortcut
  -c, --categories <categories...>  category of the shortcut (choices: "Audio", "AudioVideo",
                                    "Development", "Education", "Game", "Graphics", "Network",
                                    "Office", "Settings", "Utility", "Video", "2DGraphics",
                                    "3DGraphics", "Accessibility", "ActionGame", "AdventureGame",
                                    "Amusement", "ArcadeGame", "Archiving", "Art",
                                    "ArtificialIntelligence", "Astronomy", "AudioVideoEditing",
                                    "Biology", "BlocksGame", "BoardGame", "Building",
                                    "Calculator", "Calendar", "CardGame", "Chart", "Chat",
                                    "Chemistry", "Clock", "Compression", "ComputerScience",
                                    "ConsoleOnly", "Construction", "ContactManagement", "Core",
                                    "Database", "DataVisualization", "Debugger",
                                    "DesktopSettings", "Dialup", "Dictionary", "DiscBurning",
                                    "Documentation", "Economy", "Electricity", "Electronics",
                                    "Email", "Emulator", "Engineering", "FileManager",
                                    "Filesystem", "FileTools", "FileTransfer", "Finance",
                                    "FlowChart", "Geography", "Geology", "Geoscience", "GNOME",
                                    "GTK", "GUIDesigner", "HamRadio", "HardwareSettings",
                                    "History", "IDE", "ImageProcessing", "InstantMessaging",
                                    "IRCClient", "Java", "KDE", "KidsGame", "Languages",
                                    "Literature", "LogicGame", "Math", "MedicalSoftware", "Midi",
                                    "Mixer", "Monitor", "Motif", "Music", "News",
                                    "NumericalAnalysis", "OCR", "P2P", "PackageManager",
                                    "ParallelComputing", "PDA", "Photography", "Physics",
                                    "Player", "Presentation", "Printing", "Profiling",
                                    "ProjectManagement", "Publishing", "Qt", "RasterGraphics",
                                    "Recorder", "RemoteAccess", "RevisionControl", "Robotics",
                                    "RolePlaying", "Scanning", "Science", "Security",
                                    "Sequencer", "Simulation", "Sports", "SportsGame",
                                    "Spreadsheet", "StrategyGame", "Telephony", "TelephonyTools",
                                    "TerminalEmulator", "TextEditor", "TextTools", "Translation",
                                    "Tuner", "TV", "VectorGraphics", "VideoConference", "Viewer",
                                    "WebBrowser", "WebDevelopment", "WordProcessor", default:
                                    ["Utility"])
  -h, --help                        display help for command

Categories

  • Main categories:
    AudioVideo
    Audio
    Video
    Development
    Education
    Game
    Graphics
    Network
    Office
    Settings
    Utility
  • Additional categories:
    Building
    Debugger
    IDE
    GUIDesigner
    Profiling
    RevisionControl
    Translation
    Calendar
    ContactManagement
    Database
    Dictionary
    Chart
    Email
    Finance
    FlowChart
    PDA
    ProjectManagement
    Presentation
    Spreadsheet
    WordProcessor
    2DGraphics
    VectorGraphics
    RasterGraphics
    3DGraphics
    Scanning
    OCR
    Photography
    Publishing
    Viewer
    TextTools
    DesktopSettings
    HardwareSettings
    Printing
    PackageManager
    Dialup
    InstantMessaging
    Chat
    IRCClient
    FileTransfer
    HamRadio
    News
    P2P
    RemoteAccess
    Telephony
    TelephonyTools
    VideoConference
    WebBrowser
    WebDevelopment
    Midi
    Mixer
    Sequencer
    Tuner
    TV
    AudioVideoEditing
    Player
    Recorder
    DiscBurning
    ActionGame
    AdventureGame
    ArcadeGame
    BoardGame
    BlocksGame
    CardGame
    KidsGame
    LogicGame
    RolePlaying
    Simulation
    SportsGame
    StrategyGame
    Art
    Construction
    Music
    Languages
    Science
    ArtificialIntelligence
    Astronomy
    Biology
    Chemistry
    ComputerScience
    DataVisualization
    Economy
    Electricity
    Geography
    Geology
    Geoscience
    History
    ImageProcessing
    Literature
    Math
    NumericalAnalysis
    MedicalSoftware
    Physics
    Robotics
    Sports
    ParallelComputing
    Amusement
    Archiving
    Compression
    Electronics
    Emulator
    Engineering
    FileTools
    FileManager
    TerminalEmulator
    Filesystem
    Monitor
    Security
    Accessibility
    Calculator
    Clock
    TextEditor
    Documentation
    Core
    KDE
    GNOME
    GTK
    Qt
    Motif
    Java
    ConsoleOnly