Go to file
Colin 96a350bb7d Fixup 2024-06-26 10:52:16 -04:00
build_logs baseline 2024-06-26 09:56:31 -04:00
dist Fixup 2024-06-26 10:52:16 -04:00
.gitignore Fixup 2024-06-26 09:57:54 -04:00
README.md Fixup 2024-06-26 10:42:33 -04:00
build.sh baseline 2024-06-26 09:56:31 -04:00
go.mod baseline 2024-06-26 09:56:31 -04:00
go.sum baseline 2024-06-26 09:56:31 -04:00
install.ps1 Fixup 2024-06-26 10:42:33 -04:00
main.go Fixup 2024-06-26 10:52:16 -04:00

README.md

AE-Send

AE-Send is a Windows application that integrates into the context menu, allowing users to quickly send files via https://send.aenow.com.

Installation

To install AE-Send, follow these steps:

  1. Download the AE-Send Executable:

    • Click here to download the ae-send_windows_amd64.exe file.
    • Save the file to a convenient location, such as your Downloads folder.
  2. Run the Executable to Install:

    • Open the Start Menu, type PowerShell, right-click on Windows PowerShell, and select Run as Administrator.
    • In the PowerShell window, navigate to the folder where you saved the executable by typing the following command and pressing Enter:
      cd $env:USERPROFILE\Downloads
      
    • Run the executable with the install argument to create the context menu entry by typing the following command and pressing Enter:
      .\ae-send_windows_amd64.exe install
      

Usage

  • To Use AE-Send: Right-click any file in Windows Explorer to see the "Send with AE Send" option.

Uninstallation

To uninstall AE-Send, use the following PowerShell command:

.\ae-send_windows_amd64.exe uninstall