Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 401 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 401 Bytes

XDG Utils for Android

XDG Utils built for Android with C++

Supported utils

  • xdg-open
  • xdg-mime

Quick Tutorial

# Open Links in your default Browser
xdg-open "https://google.com"
# Open Fils an your Phone
xdg-open "/sdcard/MMRL/package.json"
# Open Android Apps
xdg-open "com.discord"

# Check Mime type of an File
xdg-mime "/sdcard/MMRL/package.json"
# > application/json