Skip to content

Remove some dependencies #52

@Leleat

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...

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