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

sendovernetwork

v3.1.1

Published

Partager des fichiers via son réseau local

Downloads

3

Readme

SendOverNetwork

demo

SendOverNetwork est un CLI permettant l'envoi et le téléchargement de fichiers sur votre réseau local (même sans connexion internet).

Prérequis

  • nodejs v15+ et npm installé sur votre système.
  • Deux appareils sous Windows, macOS, Linux ou ChromeOS

Installation

$ (sudo) npm install --global sendovernetwork

Comment utiliser le CLI

SendOverNetwork peut s'utiliser de deux façons :

  • avec des arguments, exemple :
# Envoyer "mon_dessin.png" sur le réseau local avec le port par défaut
$ sendovernetwork upload mon_dessin.png

# Envoyer "mon_dessin.png" et "projet.psd" sur le réseau local avec le port par défaut
$ sendovernetwork upload mon_dessin.png projet.psd

# Envoyer plusieurs fichiers/dossier avec un espace dans le nom
$ sendovernetwork upload "mon dessin.png" "projet.psd"

# Envoyer "mon_dessin.png" sur le réseau local avec le port 12345
$ sendovernetwork upload mon_dessin.png --port 12345

# Télécharger un fichier/dossier à partir de l'IP locale 192.168.1.52 avec le port par défaut (3410)
$ sendovernetwork download 192.168.1.52:3410

# Télécharger un fichier/dossier à partir de l'IP locale 192.168.1.52 avec le port 12345
$ sendovernetwork download 192.168.1.52:12345
  • avec l'interface graphique via terminal (TUI), exemple :
$ sendovernetwork

Vous pouvez également utiliser l'alias son

Variables d'environnements

Vous pouvez modifier certains paramètres de SendOverNetwork grâce aux variables d'environnements suivants :

| Nom | Utilité | Valeur acceptée | |--------------------------------------|-----------------------------------------------------------------------------------|-------------------------------| | SON_SILENT_OUTPUT | Désactive l'affichage de certains textes dans le terminal | N'importe | | SON_DISABLE_NOTIFICATIONS | Désactive les notifications système lors du téléchargement d'un fichier | N'importe | | SON_DEFAULT_DOWNLOAD_PATH | Modifie le chemin par défaut utilisé pour télécharger un fichier | Chemin d'un dossier | | SON_DEFAULT_PORT | Modifie le port par défaut du serveur web utilisé lors de l'upload d'un fichier | Port | | SON_ON_CONFLICT | Action à effectuer automatiquement lorsqu'on télécharge un fichier déjà existant | replace, rename, ignore | | SON_STOP_UPLOAD_AFTER_DOWNLOAD | Arrête l'envoi après qu'il soit téléchargé au moins une fois | N'importe | | SON_IGNORE_SSH_CONFIG | Ignore les appareils présents dans la config SSH lors de la détection automatique | N'importe | | SON_DISABLE_AUTO_WRITE_CLIPBOARD | Désactive le fait de copier du texte dans le presse-papier lors d'un envoi | N'importe | | SON_SHOW_PUBLIC_IP | Affiche l'IP publique au lieu de l'IP locale | N'importe | | SON_ONLY_COPY_IP | Ne copie que l'IP au lieu de la commande entière lors de l'envoi d'un fichier | N'importe | | SON_ALWAYS_IGNORE_SOME_FOLDERS | Ignorer les dossiers .git et node_modules lors d'un envoi de fichiers | N'importe | | SON_DISABLE_PROMPT | Empêche l'affichage de prompt (le CLI propose un choix à remplir avec le clavier) | N'importe | | SON_DISABLE_SPINNERS | Empêche l'affichage d'icône/animations de chargement dans le terminal | N'importe |

Les variables contenant "N'importe" comme valeur acceptée peuvent être activé en définissant une valeur (n'importe laquelle), ou désactivé (ne pas définir de valeur).

Similaire

  • Snapdrop - permet de s'échanger des fichiers depuis un navigateur web
  • HiberCLI - télécharge et envoi des fichiers sur HiberFile, en passant par un serveur

Licence

MIT © Johan