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 | — |
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) |
— | almost 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) |
— | almost 3 years ago |
Comment | Post #285953 |
Thanks a lot for writing the answer! (more) |
— | almost 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) |
— | almost 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) |
— | almost 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) |
— | almost 3 years ago |
Edit | Post #285914 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285914 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285914 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285914 | Initial revision | — | almost 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) |
— | almost 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) |
— | almost 3 years ago |
Edit | Post #285834 |
Post edited: |
— | almost 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) |
— | almost 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) |
— | almost 3 years ago |
Edit | Post #285834 |
Post edited: |
— | almost 3 years ago |
Comment | Post #285835 |
... maybe better suited as a comment as the mentioned programs don't seem to be publicly available? (more) |
— | almost 3 years ago |
Edit | Post #285837 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285837 | Initial revision | — | almost 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) |
— | almost 3 years ago |
Edit | Post #285834 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285834 | Initial revision | — | almost 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) |
— | almost 3 years ago |
Edit | Post #282132 | Question closed | — | almost 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) |
— | almost 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) |
— | almost 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) |
— | almost 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) |
— | almost 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) |
— | almost 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) |
— | almost 3 years ago |
Edit | Post #285732 | Initial revision | — | almost 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) |
— | almost 3 years ago |
Comment | Post #285699 |
see https://support.mozilla.org/en-US/kb/containers (more) |
— | almost 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) |
— | almost 3 years ago |
Edit | Post #285413 |
Post edited: |
— | almost 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) |
— | almost 3 years ago |
Comment | Post #285587 |
@#53919 Never mind, cyan seems to work fine for both modes. Thanks again for your quick answer! (more) |
— | almost 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) |
— | almost 3 years ago |
Edit | Post #285585 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285585 | Initial revision | — | almost 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) |
— | almost 3 years ago |
Edit | Post #285584 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285584 |
Post edited: |
— | almost 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) |
— | almost 3 years ago |
Edit | Post #285584 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285584 |
Post edited: |
— | almost 3 years ago |
Edit | Post #285584 | Initial revision | — | almost 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) |
— | almost 3 years ago |
Edit | Post #285583 | Initial revision | — | almost 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) |
— | almost 3 years ago |