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
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)
over 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)
over 3 years ago
Edit Post #285834 Post edited:
over 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)
over 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)
over 3 years ago
Edit Post #285834 Post edited:
over 3 years ago
Comment Post #285835 ... maybe better suited as a comment as the mentioned programs don't seem to be publicly available?
(more)
over 3 years ago
Edit Post #285837 Post edited:
over 3 years ago
Edit Post #285837 Initial revision over 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)
over 3 years ago
Edit Post #285834 Post edited:
over 3 years ago
Edit Post #285834 Initial revision over 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)
over 3 years ago
Edit Post #282132 Question closed over 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)
over 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)
over 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)
over 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)
over 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)
over 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)
over 3 years ago
Edit Post #285732 Initial revision over 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)
over 3 years ago
Comment Post #285699 see https://support.mozilla.org/en-US/kb/containers
(more)
over 3 years ago
Comment Post #285408 @VLDR The point is that while the intend of your question might have been obvious to *you*, it obviously was not for others. And from personal experience, it is very difficult to ask you something in comments. How many comments did it take before you reacted here? I think I had to comment under at le...
(more)
over 3 years ago
Edit Post #285413 Post edited:
over 3 years ago
Comment Post #285405 x-post https://superuser.com/questions/1698118/how-can-i-halt-windows-from-forthwith-switching-to-google-chrome-after-i-click
(more)
over 3 years ago
Comment Post #285587 @#53919 Never mind, cyan seems to work fine for both modes. Thanks again for your quick answer!
(more)
over 3 years ago
Comment Post #285587 You don't happen to know if there is an equivalent to this setting which I could put in a user*.css file? (ultimately I would like to change the colour only in dark mode). I can ask a new question if you prefer.
(more)
over 3 years ago
Edit Post #285585 Post edited:
over 3 years ago
Edit Post #285585 Initial revision over 3 years ago
Question Change colour of search markers in firefox scroll bar
The markings for search results in the firefox scrollbar are pink by default (requires "Highlight All" to be selected): Screenshot of scroll bar Is there any code I can plug into a `userChrome.css` file or similar to change this colour?
(more)
over 3 years ago
Edit Post #285584 Post edited:
over 3 years ago
Edit Post #285584 Post edited:
over 3 years ago
Comment Post #285412 About your point 2.2: instead of going to `about:support` and then looking for the profiles, it might be easier to directly go to `about:profiles`
(more)
over 3 years ago
Edit Post #285584 Post edited:
over 3 years ago
Edit Post #285584 Post edited:
over 3 years ago
Edit Post #285584 Initial revision over 3 years ago
Answer A: Clean up firefox's new tab page in private mode
Adding the following code block to one's `userContent.css` file will remove the clutter: ``` / removing clutter from new tab / @-moz-document url("about:privatebrowsing") { .promo { display: none !important; } .info { display: none !important; } .logo-and-w...
(more)
over 3 years ago
Edit Post #285583 Initial revision over 3 years ago
Question Clean up firefox's new tab page in private mode
By default, the new tab page in Firefox has a lot of clutter in private mode. How to remove all this clutter?
(more)
over 3 years ago
Edit Post #285413 Post edited:
over 3 years ago
Comment Post #285408 @VLDR As you can see from comments like https://powerusers.codidact.com/comments/thread/5490#comment-15648 , there where a couple of different ways in which users interpreted the first version of the question. What might be a clear question for you, might not be clear for others. Embrace this and don...
(more)
over 3 years ago
Comment Post #285408 @#53696 In the context of a Q&A site an "outdated answer" refers to a solution that at the time of posting worked fine, but since then circumstances changed and the solution either no longer works or there are better solutions now available. Using this reaction for an answer which does not meet this ...
(more)
over 3 years ago
Edit Post #285492 Post edited:
over 3 years ago
Edit Post #285492 Post edited:
over 3 years ago
Edit Post #285492 Initial revision over 3 years ago
Question Programmatically changing the keyboard illumination in small steps
Background story: I would like to have a button in my touch bar which changes the illumination of the keyboard in small steps (what you normally get from pressing `Illumination(up/down)`+`option`+`shift`). To do this I'm currently trying to use MTMR (My touchbar. My rules.), which allows me to ...
(more)
over 3 years ago
Comment Post #285408 @VLDR It is NOT outdated! Please don't abuse reactions like this. If you don't like an answer. As @Monica explained above, you can up- or downvote to show how satisfied you are with the quality of a post.
(more)
over 3 years ago
Edit Post #285452 Post edited:
over 3 years ago
Edit Post #285452 Post edited:
over 3 years ago