concfg icon indicating copy to clipboard operation
concfg copied to clipboard

Import / export Windows console settings

Results 9 concfg issues
Sort by recently updated
recently updated
newest added

I get the error *Server not found* when trying to access the website http://github.mindzgroup.com/concfg.

It seems `concfg export` exports settings only from command line in Windows (cmd) even when it's being run in powershell, so output says i.e. `"font_face": "Lucida Console"` while my powershell...

enhancement

I would like to be able to `choco install concfg`. https://chocolatey.org/ I'm using Ansible to configure our development boxes, and it has built-in support for Chocolatey: https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html It could be...

wontfix

concfg uses the following code to resolve roaming application data folder: `$env:USERPROFILE\AppData\Roaming\Microsoft\Windows\Start Menu\` However in some (Enterprise) environments, the folder is redirected to a location outside the users profile folder...

enhancement
contribution welcome

[Windows Terminal](https://github.com/microsoft/terminal) is in beta, and there's no support for concfg. When I set a theme, it works fine when I launch powershell directly, but not when I try to...

contribution welcome

The [PowerShell Gallery](https://powershellgallery.com) is the official, public Microsoft repository for PowerShell modules. It would be really cool if we could add this functionality to the gallery. Let me know if...

enhancement
contribution welcome

I'm not sure what I'm doing wrong, but doing a 'git diff' always seems to end up with grayscale text colors. I'd really like to see lines removed as red,...

bug

When I use `wget` to download a file, I get this style popup ![image](https://user-images.githubusercontent.com/10633170/42046906-e84a07c6-7acc-11e8-91de-03c6beacb132.png) As you can see, that yellow on teal is very difficult to read and quite straining...

enhancement
contribution welcome

Win32 puts the intensity on the upper colors so that intense/bold/light are to the right here: ![image](https://user-images.githubusercontent.com/2892/27251335-8087d5ba-52f9-11e7-8bbb-51e28500f0e6.png) But concfg (at least for solarized) reverses that, so that apps that ask...

enhancement
question