Skip to content
This repository was archived by the owner on Aug 27, 2026. It is now read-only.
This repository was archived by the owner on Aug 27, 2026. It is now read-only.

Remove some dependencies #52

Description

@Leleat

Unfortuntely, currently I use quite a few deps for this small CLI. Some of the deps could probably be easily removed. Looking through the deps the following could be considered:

  • url
  • dialoguer
    • I use its prompt and editor feature. Both probably shouldn't be hard to implement myself.
  • confy
    • Loads/saves config files from/to common locations, e.g. XDG config directory. This may be more complicated since I need to consider cross-platform support, fallbacks, etc.
  • open
    • Opens links with the user's default browser. On linux there is xdg-open but I have no clue about cross-platform support...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions