All Projects → bb010g → Betterdiscordctl

bb010g / Betterdiscordctl

Licence: mit
A utility for managing BetterDiscord on Linux.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Betterdiscordctl

Rover
RoVer is a Discord bot that enables you to quickly and easily add Roblox-Discord account verification with a system that already has thousands of account links in its database.
Stars: ✭ 102 (-8.11%)
Mutual labels:  discord
Notanotheranimetheme
A easily customizable and automatically updating theme for Discord
Stars: ✭ 107 (-3.6%)
Mutual labels:  discord
Slappey
Discord Bot Project Generator
Stars: ✭ 109 (-1.8%)
Mutual labels:  discord
Cordless
The Discord terminal client you never knew you wanted.
Stars: ✭ 1,391 (+1153.15%)
Mutual labels:  discord
Harmony
An easy to use Discord API Library for Deno.
Stars: ✭ 108 (-2.7%)
Mutual labels:  discord
Possumbot
A bot that will allow you to destroy discord servers.
Stars: ✭ 106 (-4.5%)
Mutual labels:  discord
Kurasuta
A Custom discord.js Sharding Library inspired by eris-sharder.
Stars: ✭ 101 (-9.01%)
Mutual labels:  discord
Metro For Discord
Make your Discord client look like a UWP app.
Stars: ✭ 109 (-1.8%)
Mutual labels:  discord
Sir Lancebot
A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
Stars: ✭ 105 (-5.41%)
Mutual labels:  discord
Discordsoundboard
Java Soundboard for Discord
Stars: ✭ 108 (-2.7%)
Mutual labels:  discord
Java Discord Rpc
Java bindings for https://github.com/discordapp/discord-rpc (using JNA)
Stars: ✭ 104 (-6.31%)
Mutual labels:  discord
Serenity
A Rust library for the Discord API.
Stars: ✭ 1,387 (+1149.55%)
Mutual labels:  discord
Cyberdisc Bot
The bot for the Cyber Discovery Community Discord Server!
Stars: ✭ 108 (-2.7%)
Mutual labels:  discord
Swiftdiscord
Discord API Client for Swift
Stars: ✭ 103 (-7.21%)
Mutual labels:  discord
Discord.js Musicbot Addon
This DOES NOT WORK any more. This repo only serves as an archive for is anyone wants to pickup my work. You may still join the discord however.
Stars: ✭ 109 (-1.8%)
Mutual labels:  discord
Music Bot
Simple music bot with a full-blown queue system that is easy to understand
Stars: ✭ 102 (-8.11%)
Mutual labels:  discord
Discord Qt
Discord client powered by Node.JS and Qt Widgets.
Stars: ✭ 108 (-2.7%)
Mutual labels:  discord
Shulker
A Discord to Vanilla Minecraft Chat Gateway
Stars: ✭ 110 (-0.9%)
Mutual labels:  discord
Discord Rpc
Java Wrapper of the Discord-RPC Library for Discord Rich Presence.
Stars: ✭ 109 (-1.8%)
Mutual labels:  discord
Dtel
Telephone roleplay bot on Discord
Stars: ✭ 108 (-2.7%)
Mutual labels:  discord

betterdiscordctl

A manager for BetterDiscord on Linux.

Installation

Packages

Manual

Requires git which you can install from your distro's package manager.

You can then install as follows (# means that a command needs root, which you can get by prefixing it with sudo):

$ curl -O https://raw.githubusercontent.com/bb010g/betterdiscordctl/master/betterdiscordctl
$ chmod +x betterdiscordctl
# mv betterdiscordctl /usr/local/bin

You can then keep betterdiscordctl up to date with one command:

# betterdiscordctl upgrade

Options

  • -V / --version

    Displays the current version.

  • -h / --help

    Displays usage information.

  • -v / --verbose

    Increases the verbosity level, for progressively more debugging information.

  • -s / --scan (default /opt:/usr/share:/usr/lib64)

    Changes the directories scanned for Discord installations. These are scanned in the order provided. Note that these do not end in /discord—if your Discord installation is at /opt/discord, then /opt should be scanned.

  • -f / --flavors (default :canary:ptb)

    When scanning, looks for installations with the given suffixes (case insensitive, both hyphenated and unhyphenated). Stable is '', as it has no suffix. Note that no spaces follow colons. Your Discord flavor probably doesn't have a space in it, so don't use any in here.

  • -d / --discord (requires --modules)

    Skip scanning and use the Discord installation directory specified. This does probably end in /discord.

  • -m / --modules

    Disregards scanning results and uses the specified modules directory (found inside Discord's user-specific storage directory).

  • -r / --bd-repo (default https://github.com/rauenzi/BetterDiscordApp)

    When installing BetterDiscord, use the specified Git repository. Does not affect updates. Defaults to Zerebos's BandagedBD fork.

  • --bd-repo-branch (default injector)

    When downloading from --bd-repo, use this branch.

  • -b / --betterdiscord

    Instead of maintaining a local clone of BetterDiscord, use the specified directory.

  • -c / --copy-bd

    Instead of using a symbolic link, copy the BetterDiscord directory into Discord's modules.

  • --snap

    Automatically detect the default Snap directories for Discord. The -c flag is set due to Snaps apps being confined. A given option argument will be used as the snap command to call.

  • --flatpak

    Automatically detect the default Flatpak directories for Discord. The -c flag is set due to Flatpak apps being sandboxed. A given option argument will be used as the flatpak command to call.

  • --nix

    Automatically detect the default Nix store directories for Discord.

  • --upgrade-url (default https://git.io/bdctl)

    Use the specified URL for upgrading betterdiscordctl.

Commands

status (default)

Displays information about your current BetterDiscord setup.

install

Installs BetterDiscord, managing what's necessary by default.

reinstall

Reinstalls BetterDiscord, removing the old files.

update

Updates BetterDiscord, updating your local repository if present (origin branch). Also cleans up any old patch methods, if found.

(Advanced users should avoid using this if locally modifying their linked repositories, and should instead manually fetch and update.)

uninstall

Uninstalls BetterDiscord, removing the managed repository if used.

upgrade

Updates betterdiscordctl to the latest version available on GitHub.

Examples

  • betterdiscordctl

    Works like betterdiscordctl status.

  • betterdiscordctl status -s /usr/share

    Shows the status of the default Discord installation in /usr/share, instead of /opt.

  • betterdiscordctl install -f ptb

    Installs BetterDiscord to the PTB flavor, instead of the default.

  • betterdiscordctl reinstall -f canary

    Reinstalls BetterDiscord to Discord Canary.

  • betterdiscordctl update --flatpak

    Updates BetterDiscord for a Discord installed via Flatpak.

  • betterdiscordctl uninstall --snap

    Uninstalls BetterDiscord for a Discord installed via Snap.

Files

  • $XDG_DATA_HOME/betterdiscordctl (fallback ~/.local/share/betterdiscordctl)

    betterdiscordctl's machine-specific data directory.

  • $XDG_DATA_HOME/betterdiscordctl/bd_map

    A mapping of current Discord installations to BetterDiscord clones.

  • $XDG_DATA_HOME/betterdiscordctl/bd

    A directory of BetterDiscord clones, indexed by bd_map.

  • $XDG_CONFIG_HOME/BetterDiscord (fallback ~/.config/BetterDiscord)

    betterdiscord's normal data & configuration.

    • With --snap, this will fall back to $SNAP_USER_DATA/.config.

    • With --flatpak, this will fall back to ~/.var/app/com.discordapp.Discord/config/BetterDiscord.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].