Skip to content

Dots Management

Khing edited this page Apr 7, 2024 · 11 revisions

Hyde-cli Usage Wiki

Version: v0.5.0-95-g629a214

Hyde Clone Directory: /home/user/GitHub/HyDE


Functions and Options:

  • [man]

    • Description: This function allows you to access the manual page for Hyde-cli. It provides detailed documentation and usage instructions.
    • Command: Hyde man
  • [version]

    • Description: Use this option to display the current version of Hyde-cli installed on your system.
    • Command: Hyde version
  • [systeminfo]

    • Description: Get an overview of the system information, such as hardware specifications and operating system details.
    • Command: Hyde systeminfo
  • [branch]

    • Description: Set your preferred Hyde branch for development or experimentation purposes.
    • Command: Hyde branch
  • [update]

    • Description: Keep your Hyde installation up-to-date by pulling the latest updates from the Hyde repository.
    • Command: Hyde update
  • [upgrade]

    • Description: Upgrade dots from the repository to ensure you have the latest configurations.
    • Command: Hyde upgrade
  • [restore]

    • Description: Restore previous configurations or settings.
      • [Config]: Restore Dots from the default '/home/user/GitHub/HyDE/Configs'.
      • [Clone]: Restore Dots from a Clone Repository.
      • [BackUp]: Restore Dots from a previous Backup. (Note: Files might not be complete)
      • [Link]: Link a Clone Directory. Useful for changing your CloneDir.
    • Command: Hyde restore [Config/Clone/BackUp/Link]
  • [backup]

    • Description: Manage backups of your current configuration.
      • [all]: Backup the current configuration.
      • [revert]: Revert to a Previous Backup.
      • [list]: List available backups.
      • [clean]: Clear storage by deleting old backups.
    • Command: Hyde backup [all/revert/list/clean]
  • [cache]

    • Description: Manage Hyde's Cache to ensure smooth functioning.
      • [reload]: Reload Wallpaper Cache.
      • [rebuild]: Force rebuild cache.
    • Command: Hyde cache [reload/rebuild]
  • [theme]

    • Description: Customize themes for your environment.
      • [set]: Set Theme.
      • [next]: Next Theme.
      • [prev]: Previous Theme.
      • [select]: Theme Selector.
      • [patch]: Patch A Theme from different repository.
    • Command: Hyde theme [set/next/prev/select/patch]

Clone this wiki locally