mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4119] [feature]: Could the desktop app take in a argument to change the default directory #1474
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1474
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roshinc on GitHub (Jun 13, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4119
Originally assigned to: @CuriousCorrelation on GitHub.
Is there an existing issue for this?
Summary
Hello I'm using the desktop app on a Windows machine, but the c drive will be reset every time I log out, I do have persistent drives but the install is going to be done to c drive. I think it would be useful to be able to specify the user data directory.
In postman there is a argument you can pass to the exe
--user-data-dir=<some/path>(more of a electron side effect than anything postman supports, I think). This store everything that would be stored in%AppDataLocal%into the passed directory. Reinstalling is something given that I would have to do but this makes it so that i can pass the same path and get the same workspace.Why should this be worked on?
I think this will be useful for anyone that uses a computer with a non persistent home drive. Also makes the app more portable I think.
@CuriousCorrelation commented on GitHub (Nov 27, 2025):
This has been resolved with the portable version of Hoppscotch Desktop from v25.11.0-0.
The portable version stores all user data in the directory where you launch the application from, making it fully portable and suitable for non-persistent home drives.
Available at https://github.com/hoppscotch/releases/releases
This should address your use case with non-persistent C: drives.
Closing as implemented via portable version.