<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eibhear/.config/shell, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.jopek.eu/eibhear/atom/.config/shell?h=master</id>
<link rel='self' href='https://git.jopek.eu/eibhear/atom/.config/shell?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/'/>
<updated>2026-07-12T13:30:03Z</updated>
<entry>
<title>Merge remote-tracking branch 'voidrice/master'</title>
<updated>2026-07-12T13:30:03Z</updated>
<author>
<name>Maks Jopek</name>
<email>maks@jopek.eu</email>
</author>
<published>2026-07-12T13:30:03Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=497f40ed5a286e52383cc77e81aa1f49b74df925'/>
<id>urn:sha1:497f40ed5a286e52383cc77e81aa1f49b74df925</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "aliasrc  |  improve se() (#1433)" close #1459</title>
<updated>2025-03-18T19:05:39Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-03-18T19:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=fdfd23a82ca6dc496061d0cc8e24fa3dd5bbe069'/>
<id>urn:sha1:fdfd23a82ca6dc496061d0cc8e24fa3dd5bbe069</id>
<content type='text'>
This reverts commit e2d787992ed8cdd3105fdf8d45ab2d695796238b.
</content>
</entry>
<entry>
<title>Eibhear: Random wallpaper</title>
<updated>2025-03-15T23:18:25Z</updated>
<author>
<name>Maksymilian Jopek</name>
<email>maks@jopek.eu</email>
</author>
<published>2025-03-15T23:18:25Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=de9fb168b7bdf393e1017a5c727c581739049770'/>
<id>urn:sha1:de9fb168b7bdf393e1017a5c727c581739049770</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eibhear: Initial commit</title>
<updated>2025-03-15T13:46:54Z</updated>
<author>
<name>Maksymilian Jopek</name>
<email>maks@jopek.eu</email>
</author>
<published>2025-03-15T13:46:54Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240'/>
<id>urn:sha1:d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240</id>
<content type='text'>
Some file deletion, small changes, some addition
</content>
</entry>
<entry>
<title>Evaluate aliases at runtime (#1456)</title>
<updated>2025-03-06T21:47:02Z</updated>
<author>
<name>Alessio Artoni</name>
<email>34690870+aartoni@users.noreply.github.com</email>
</author>
<published>2025-03-06T21:47:02Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=70ee0fe03f7231f8b37b229cc1c2066e1b639466'/>
<id>urn:sha1:70ee0fe03f7231f8b37b229cc1c2066e1b639466</id>
<content type='text'>
</content>
</entry>
<entry>
<title>aliasrc  |  improve se() (#1433)</title>
<updated>2025-02-28T19:11:57Z</updated>
<author>
<name>Emre AKYÜZ</name>
<email>emreakyuz_2@hotmail.com</email>
</author>
<published>2025-02-28T19:11:57Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=e2d787992ed8cdd3105fdf8d45ab2d695796238b'/>
<id>urn:sha1:e2d787992ed8cdd3105fdf8d45ab2d695796238b</id>
<content type='text'>
* aliasrc  |  improve se()

1. Remove external commands like find.
2. Remove extensions and path (if present) from the names in fzf.
3. Only open Nvim if there is a selection.

Do all of these without using find, sed, grep.

- First line creates an array with the files in the scripts directory.

- Second line removes path (:t) and the extensions (:r) from the scripts.

- [[ "${c}" ]] checks if this variable is non-empty.

- ${${(M)s:#*/${c}*}[1]}
(M) enables "match" mode.
:# anchors the pattern to the start of each array element.
*/${c}* matches any path containing the selected basename.
[1] selects the first matching item.

* capture sub-directories too</content>
</entry>
<entry>
<title>shortcuts: export env vars for each shortcut (#1395)</title>
<updated>2024-07-15T17:37:04Z</updated>
<author>
<name>Kipras Melnikovas</name>
<email>kipras@kipras.org</email>
</author>
<published>2024-07-15T17:37:04Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=131dcce2689f9fe45572212803b36be11ff2eb4e'/>
<id>urn:sha1:131dcce2689f9fe45572212803b36be11ff2eb4e</id>
<content type='text'>
useful if want to use shortcuts w/ different progs instead of
their default behavior (cd / $EDITOR), e.g.:

```sh
cd ~/Downloads
mv foo.mp3 $music
```

Co-authored-by: Luke Smith &lt;luke@lukesmith.xyz&gt;</content>
</entry>
<entry>
<title>weath: Add option to get forecast from a different location (#1327)</title>
<updated>2024-07-15T17:28:50Z</updated>
<author>
<name>appeasementPolitik</name>
<email>108810900+appeasementPolitik@users.noreply.github.com</email>
</author>
<published>2024-07-15T17:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=368d3583a6c2e067491a160553c4130187fd0127'/>
<id>urn:sha1:368d3583a6c2e067491a160553c4130187fd0127</id>
<content type='text'>
* weath: Add option to get forecast from a different location

* Remove retry and make max time lower because it is interactive

* Give weath 'cp' option to copy forecast as plain text for sharing

* Make weath a separate script</content>
</entry>
<entry>
<title>Make shell profile POSIX, remove unnecessary variable fallbacks (#1368)</title>
<updated>2023-11-15T01:35:14Z</updated>
<author>
<name>thirtysix</name>
<email>109920169+thirtysixpw@users.noreply.github.com</email>
</author>
<published>2023-11-15T01:35:14Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=52fab9d50a898cf1818fffdc1eacb46e336c0eac'/>
<id>urn:sha1:52fab9d50a898cf1818fffdc1eacb46e336c0eac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nsxiv replaces unmaintained sxiv</title>
<updated>2023-07-15T16:57:12Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2023-07-15T16:57:12Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=9a85d328ccf29f4cebb104e4eeeba1b20a896f6b'/>
<id>urn:sha1:9a85d328ccf29f4cebb104e4eeeba1b20a896f6b</id>
<content type='text'>
</content>
</entry>
</feed>
