mherrmann / mherrmann/fman

Support environmental variables in GoTo for Windows

Open
#118 13 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

4 votes enhancement
Dominant language
Python
Stars
275
Forks
16
PR merge metrics
No merged PRs in 30d

Description

Feature request: Support environmental variables directly in GoTo for Windows. Can get the values with Python by importing getenv from os library and use it like getenv("appdata").

Typically used environmental directory variables:

%appdata% (default: C:\Users\<username>\AppData\Roaming)
%localappdata% (default: C:\Users\<username>\AppData\Local)
%userprofile% (default: C:\Users\<username>)
%windir% (default: C:\Windows)
%systemroot% (default: C:\Windows)
%systemdrive% (default: C:\)
%public% (default: C:\Users\Public)
%temp% / %tmp% (default: C:\Users\<username>\AppData\Local\Temp)
%programfiles% (default: C:\Program Files)

Feel free to close the issue if it's an unwanted feature (because it's Windows specific), in which case I can do it as a plugin instead, but I think a lot of Windows power users would appreciate it

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Windows-specific GoTo path handling and review how Python environment variables can be read with os.getenv. Done means GoTo expands the listed Windows environment variables to their corresponding directories, with behavior verified on Windows.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop, operating-systems
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.