Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Activity for samcarter‭

Type On... Excerpt Status Date
Comment Post #286078 ... and while drinking my coffee an waiting, there is at least a little hack to move the system print link to the top: https://support.mozilla.org/en-US/questions/1367561#answer-1485943
(more)
about 3 years ago
Comment Post #286078 Big pot of coffee ready for the wait! Thanks for digging up all this information!
(more)
about 3 years ago
Edit Post #286070 Post edited:
about 3 years ago
Edit Post #286070 Initial revision about 3 years ago
Question Using "Print using system dialogue" as default in Firefox
I'd like Firefox to automatically use the "Print using the system dialogue" setting: Screenshot of the Firefox print dialogue In older versions, I could use ``` print.tabmodal.enabled = false ``` in `about:config` to automatically get the normal system print dialogue, but this op...
(more)
about 3 years ago
Comment Post #281739 x-post https://superuser.com/questions/1638106/why-isnt-my-second-lcd-monitor-maximizing-perfectly
(more)
about 3 years ago
Edit Post #286051 Post edited:
about 3 years ago
Edit Post #286051 Post edited:
about 3 years ago
Edit Post #286051 Initial revision about 3 years ago
Question All file types associated with an application
How can I get a list of all file types for which a certain application is the default program? I know that I can get a list of all file types an application is capable of opening from the `info.plist`, but this also includes lots of file types, which have other default applications. (My operati...
(more)
about 3 years ago
Comment Post #286043 As alternative for darkreader, I also like `Midnight Lizard`. In my experience, midnight lizard is a bit more reliable in detecting when the system theme changes.
(more)
about 3 years ago
Comment Post #286042 Not a general solution, but for ddg in particular, you can activate dark mode in the settings https://powerusers.codidact.com/uploads/xhHDK7vsMuLsEwGvmZJomBvd or https://powerusers.codidact.com/uploads/C5ezLhewXtfawvLdxJocTTAs
(more)
about 3 years ago
Edit Post #285976 Post edited:
about 3 years ago
Edit Post #285976 Post edited:
about 3 years ago
Edit Post #285976 Initial revision about 3 years ago
Answer A: Activate `Prefer tabs when opening documents` only for one application
The setting can be changed on a per application basis with ``` defaults write -app terminal AppleWindowTabbingMode -string always ``` (replace `terminal` with the name of the app you want to change) Important: this only works if the application in question is not running. This is a bit tric...
(more)
about 3 years ago
Edit Post #285975 Post edited:
about 3 years ago
Edit Post #285975 Initial revision about 3 years ago
Question Activate `Prefer tabs when opening documents` only for one application
In macOS 11.6, I can go to `System Preferences->General` and activate the `Prefer tabs when opening documents` option so that new windows are opened as new tabs. This setting will influence many applications e.g. Mail, Terminal, Finder etc. Screenshot of general settings with the `prefer tabs whe...
(more)
about 3 years ago
Comment Post #285953 Short update: this is now fixed for upcoming versions of zsh, they just accepted my PR https://sourceforge.net/p/zsh/code/ci/b745b06eb3b40b0ccdaf67b174591501a3ce30da/tree/Completion/Unix/Command/_tex?diff=31d42ecb84c222b6998c07619983040bec45e343
(more)
about 3 years ago
Comment Post #285953 Thanks a lot for writing the answer!
(more)
about 3 years ago
Comment Post #285914 @#53305 Might I be able to persuade you to convert your first comment into an answer? It nicely explains what is happening!
(more)
about 3 years ago
Comment Post #285914 ohh, it looks like I can simply remove the problematic modules from `.zcompdump` If I remove the offending entries about latex from the function ``` _comps=( ... 'latex' '_tex' ... ) ``` so that the `_tex` pattern, you showed in your first comment, is no longer applied to the program ...
(more)
about 3 years ago
Comment Post #285914 @#53305 Thanks a lot for your investigation! This at least explains why the completion behaves in the way it does. > If you always want to have all files being suggested, i would perhaps suggest to not do autoload -Uz compinit && compinit. The problem is that up to now, that's the only way I ...
(more)
about 3 years ago
Edit Post #285914 Post edited:
about 3 years ago
Edit Post #285914 Post edited:
about 3 years ago
Edit Post #285914 Post edited:
about 3 years ago
Edit Post #285914 Initial revision about 3 years ago
Question Case independent tab completion in zsh shell
I'm using a zsh shell with ``` zstyle ':completion:' matcher-list 'm:{a-z}={A-Za-z}' autoload -Uz compinit && compinit ``` to allow tab completion regardless of capitalisation, e.g. `cd desk` will be completed to `cd Desktop` However using `autoload -Uz compinit && compinit` has a strange...
(more)
about 3 years ago
Comment Post #285834 @#8176 Thanks for your comment, I keep this in mind in case of similar questions. I think the scopes overlap, e.g. we already have similar questions like https://powerusers.codidact.com/posts/282452 (just like there is a big overlap between Linux Systems and poweruser)
(more)
about 3 years ago
Edit Post #285834 Post edited:
about 3 years ago
Comment Post #285834 @#53919 "I guess in Windows things would be different, since it doesn't follow the POSIX standard." I did not touch a windows machine for years, but shouldn't basic functions now be available via the linux subsystem?
(more)
about 3 years ago
Comment Post #285834 @Quasímodo‭ Thanks for your comment. I added my OS, but I would basically be happy with an solution for any one from *unix I was wondering if to formulate it more general without the focus on the particular use case, but if there were some build function in git or an interface on github, I did not...
(more)
about 3 years ago
Edit Post #285834 Post edited:
about 3 years ago
Comment Post #285835 ... maybe better suited as a comment as the mentioned programs don't seem to be publicly available?
(more)
about 3 years ago
Edit Post #285837 Post edited:
about 3 years ago
Edit Post #285837 Initial revision about 3 years ago
Answer A: Get unique list of all files in a git repository, which I modified
One can use `sort -u` to eliminate the duplicate entries and create a unique list: ``` git whatchanged --author=samcarter --no-commit-id --name-only | sort -u ```
(more)
about 3 years ago
Edit Post #285834 Post edited:
about 3 years ago
Edit Post #285834 Initial revision about 3 years ago
Question Get unique list of all files in a git repository, which I modified
I would like to get a list of all the files in a git repository which I modified. Take for example the repository https://github.com/josephwright/beamer . I tried the command ``` git whatchanged --author=samcarter --no-commit-id --name-only ``` but the resulting list does have tons of dup...
(more)
about 3 years ago
Edit Post #282132 Question closed about 3 years ago
Comment Post #285790 Please learn from the edit history of your previous post https://powerusers.codidact.com/posts/285726/history how to write a useful title for a meta question.
(more)
about 3 years ago
Comment Post #285726 A day is a reasonable and workable deadline as you have posted comments and many(!) other questions during this very day.
(more)
about 3 years ago
Comment Post #285790 I closed as not constructive because you are showing random screenshots from two different(!) dialogues. It is not likely that your posts in its current form is useful for future users.
(more)
about 3 years ago
Comment Post #285790 You can't know which information on the screenshots might be interesting for us and we can't know if the information we see actually reflects your system. Just take your question yesterday. Because you took a random screenshot of another windows version, your post was very misleading. You could avoid...
(more)
about 3 years ago
Comment Post #285726 @#53696 Please keep your assumptions of other users genders out of this discussion - that's really nothing which would matter in the slightest on a site about using computers!
(more)
about 3 years ago
Comment Post #285762 Please carefully read https://powerusers.codidact.com/posts/285726/285729#answer-285729 Even if you add a link, coping from other sites is still not a good thing for powerusers.codidact. It might no longer violate the license of the original posts, but I would not expect it to be well received either...
(more)
about 3 years ago
Edit Post #285732 Initial revision about 3 years ago
Answer A: Wasn't this deleted question salvageable?
> but isn't deletion overkill? As explained in comments, I deleted the post because the text is verbatim copied from two posts, which were published under the cc by-sa license, but you did not include the necessary attribution and you confirmed in comments that you are also not the author of thes...
(more)
about 3 years ago