<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/lib/python/qmk/cli/list/keymaps.py, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2021-11-18T17:55:07+00:00</updated>
<entry>
<title>[CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in (#15204)</title>
<updated>2021-11-18T17:55:07+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2021-11-18T17:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=aee10ccc5c80e71977cbbccb5b86059c87ba7d48'/>
<id>urn:sha1:aee10ccc5c80e71977cbbccb5b86059c87ba7d48</id>
<content type='text'>
* [CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in

* Update lib/python/qmk/cli/list/keymaps.py

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;

* Update lib/python/qmk/cli/list/layouts.py

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;</content>
</entry>
<entry>
<title>Add support for tab completion (#12411)</title>
<updated>2021-04-15T02:00:22+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2021-04-15T02:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=588bcdc8ca212b195a428fc43766a59a9252c08d'/>
<id>urn:sha1:588bcdc8ca212b195a428fc43766a59a9252c08d</id>
<content type='text'>
* Add support for tab completion

* make flake8 happy

* Add documentation</content>
</entry>
<entry>
<title>Add support for qmk_configurator style aliases (#11954)</title>
<updated>2021-03-24T16:26:38+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2021-03-24T16:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=299008be36076343edadb7a36bf2fff820425ad1'/>
<id>urn:sha1:299008be36076343edadb7a36bf2fff820425ad1</id>
<content type='text'>
* Add support for qmk_configurator style aliases

* add the keyboard aliases to the api data

* add support for a keyboard metadata file

* make flake8 happy</content>
</entry>
<entry>
<title>CLI: update subcommands to use return instead of exit() (#10323)</title>
<updated>2020-10-06T23:46:10+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2020-10-06T23:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=2c9ffd47391b8dec98db94bef9b2f5c14a57cf94'/>
<id>urn:sha1:2c9ffd47391b8dec98db94bef9b2f5c14a57cf94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CLI] Add a subcommand for getting information about a keyboard (#8666)</title>
<updated>2020-05-26T20:05:41+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2020-05-26T20:05:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=751316c34465ea77e066c3052729b207f3d62e0c'/>
<id>urn:sha1:751316c34465ea77e066c3052729b207f3d62e0c</id>
<content type='text'>
You can now use `qmk info` to get information about keyboards and keymaps.

Co-authored-by: Erovia &lt;Erovia@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Add decorators for determining keyboard and keymap based on current directory (#8191)</title>
<updated>2020-03-13T22:47:04+00:00</updated>
<author>
<name>skullydazed</name>
</author>
<published>2020-03-13T22:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=f81b0e35a6a25a9a6e633dc65a4900bed2458cfb'/>
<id>urn:sha1:f81b0e35a6a25a9a6e633dc65a4900bed2458cfb</id>
<content type='text'>
* Use pathlib everywhere we can

* Improvements based on @erovia's feedback

* rework qmk compile and qmk flash to use pathlib

* style

* Remove the subcommand_name argument from find_keyboard_keymap()

* add experimental decorators

* Create decorators for finding keyboard and keymap based on current directory.

Decorators were inspired by @Erovia's brilliant work on the proof of concept.</content>
</entry>
<entry>
<title>Code cleanup, use pathlib, use pytest keyboard</title>
<updated>2020-02-15T23:19:03+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2020-01-12T11:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=3db41817e0aa72e1406e29a4fb5f82db0c2a6cf1'/>
<id>urn:sha1:3db41817e0aa72e1406e29a4fb5f82db0c2a6cf1</id>
<content type='text'>
Clean up checks and logics that are unnecessary due to MILC updates.
Use pathlib instead of os.path for readability.
Use the 'pytest' keyboard for the tests.
Add community layout for 'handwired/onekey/pytest' so we can test
community layouts.
</content>
</entry>
<entry>
<title>Fix commandline parsing and flake8 findings, rebase</title>
<updated>2020-02-15T23:19:03+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2020-01-07T20:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=8eeab1112aa1ca7336f88867a9a2ab680ae94b53'/>
<id>urn:sha1:8eeab1112aa1ca7336f88867a9a2ab680ae94b53</id>
<content type='text'>
Fixed commandline and config parsing. Thx @xplusplus.
Rebased on master and fixed merge conflicts.
</content>
</entry>
<entry>
<title>Drop bs4 dependency, update docs, minor improvements</title>
<updated>2020-02-15T23:19:03+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2019-10-24T18:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=3ed1223678d3ec40f4cceecd320dd1112cdfb157'/>
<id>urn:sha1:3ed1223678d3ec40f4cceecd320dd1112cdfb157</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Another major refactoring, add documentation</title>
<updated>2020-02-15T23:19:03+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2019-10-13T17:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=26f53d38d932a21be9edfc3d55e585c21050c3a2'/>
<id>urn:sha1:26f53d38d932a21be9edfc3d55e585c21050c3a2</id>
<content type='text'>
Move all useful functions to the qmk module and use the cli subcommand
as a wrapper around it.
Add both inline comments and documentation.
</content>
</entry>
</feed>
