Skip to content

labi-le/wl-paste-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wl-paste-uploader

wl-paste share to 0x0.st and copy result url to clipboard

Installation

  • Prebuilt binaries

  • Nix flake

    as profile
    nix profile install github:labi-le/wl-paste-uploader
    import the module
    {
      # inputs
      wl-uploader.url = "github:labi-le/wl-paste-uploader";
      # outputs
      overlay-wl-uploader = final: prev: {
        wl-uploader = wl-uploader.packages.${system}.default;
      };
    
      modules = [
        ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-wl-uploader ]; })
      ];
    
      # add package
      environment.systemPackages = with pkgs; [
        wl-uploader
      ];
    }

usage:

wl-uploader

example for sway

bindsym --to-code Mod4+p exec wl-uploader

with proxy

socks_proxy=socks5://127.0.0.1:1088 wl-uploader

you can also use env HTTPS_PROXY, HTTP_PROXY, SOCKS_PROXY, ALL_PROXY

About

wl-paste share to 0x0.st

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •