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

record-desktop

v0.5.9

Published

Record gifs and take screenshots on linux, built with electron.

Downloads

144

Readme

record-desktop

Record gifs and take screenshots on linux, built with electron.

Demonstration

Tested on Ubuntu 14.04 and Ubuntu 16.04 in unity and awesome-wm environments.

Featuring

  • Recording a gif
    1. Start recording an area or an active window by a hotkey.
    2. Stop by a hotkey, get a generated gif file opened via xdg-open (commonly in a image viewer).
    3. Drag & drop it into an input in a browser (currently there is a problem with copy/paste to/from the clipboard, follow issue#8 for details).
  • Taking a screenshot
    1. Take a screenshot of an area or an active window by a hotkey (with mac os like shadow - example).
    2. Get a screenshot copied in the clipboard.
    3. Paste it into into an input in a browser.
  • Preview gallery
  • Upload to imgur

All files are persisted in customizable location.

All hotkeys are customizable in settings.

Install

First install the dependencies

$ sudo apt-get install slop imagemagick byzanz

If you don't have apt-get or have any troubles follow readmes of projects

Then record-desktop itself by either Debian package or npm

Debian package

Download the latest deb release from https://github.com/ewnd9/record-desktop/releases

Use dpkg

$ sudo dpkg -i record-desktop_v*_amd64.deb

npm

$ npm install record-desktop --global

Usage

$ record-desktop

Just put it to autostart

Development

$ npm run build:watch
$ npm start

Building production

$ npm run build:electron-deb && sudo dpkg -i dist-pkg/installers/*.deb

Changelog

  • v0.5.0
    • make notifications optional
  • v0.4.0
    • quick actions against latest files in the tray menu
    • auto refresh the gallery on new files creation
    • display size and resolutions of files in the gallery
  • v0.3.0
    • the mac os like shadow effect for screenshots

Credits

Icon (link) made by Freepik from www.flaticon.com is licensed under CC BY 3.0.

Related

License

MIT © ewnd9