Muescha
Muescha
i was just thinking in general about commands and their .dotfiles and where i expect it to read from which places and in which order. > Do you see a...
should the `pinned` file also go somewhere here near the `.brew-cu` ... maybe in as a `.brew-cu-ignore` file?
but if someone save his ".dotfiles" maybe he like to remember all the pinned files also. so i expect it there and not in a "magic" hidden folder 🤔
but i think thats can be done in a different PR and not for this change... sorry for highjacking this PR with the idea
i don't know how [MacUpdater](https://www.corecode.io/macupdater/) solved this :(
other syntax would be: - `subdirs[index]` - `⋆subdirs[-5]⋆` the last 5 subdirs - `⋆subdirs[4]⋆` the first 4 subdirs - `subdirs[startindex,endindex]` - `⋆subdirs[-5,-3]⋆` - `⋆subdirs[2,4]⋆` - `⋆subdirs[2,-3]⋆` if `index` is positive...
the hight of the sound could reflect the position of the slider
@munsuri can you create also a pull request for your changes?
with the longer link i get this error: ```bash $ gatsby new gatsby-mdx-blog-starter-project [email protected]:rwieruch/gatsby-mdx-blog-starter-project.git info Creating new site from git: [email protected]:rwieruch/gatsby-mdx-blog-starter-project.git Klone nach 'gatsby-mdx-blog-starter-project' ... [email protected]: Permission denied (publickey). fatal:...
and other solution would be a Wrapper for a command - `AliasCommandWrapper` / `Alias`: ```swift public struct Alias: CommandProtocol { // [...] fileprivate init(_ command: C, alias: String) where C.ClientError...