| Age | Commit message (Collapse) | Author | Files | Lines | 
|---|
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | - Edited log messages and types
- IPFS `cat` is now calling `get` which in turn searches for already
  gotten file, otherwise fetches it.
- ak-data-expand is now a function of _ak_zblock lib (_ak_data_expand)
- Removed ak-sm-hash-to-path as it lives in _ak_fs lib now
- Removed _ak_title_description and _ak_help from ak in favor of _ak_usage
- Tweaks around native FS over IPFS strategy
Note that we are preparing the ground for migration to AKFS as well | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | - All modules are now stored separately from the rest of the bin/
- You can run them now with `ak -m <module> <args>`
- Files affected:
    * bin/ak-articles -> modules/ak-articles
    * bin/ak-categories -> modules/ak-categories
    * bin/ak-comments -> modules/ak-comments
    * bin/ak-files -> modules/ak-files
    * bin/ak-folders -> modules/ak-folders
    * bin/ak-mixtapes -> modules/ak-mixtapes
    * bin/ak-news -> modules/ak-news
    * bin/ak-reference -> modules/ak-reference
    * bin/ak-repositories -> modules/ak-repositories
    * bin/ak-roadmap -> modules/ak-roadmap
    * bin/ak-todos -> modules/ak-todos | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Affected scripts:
 - ak
 - ak-articles
 - ak-categories
 - ak-comments
 - ak-data-expand
 - ak-enter
 - ak-files
 - ak-find-latest-mined-sblock
 - ak-folders
 - ak-follow
 - ak-following
 - ak-fs-add
 - ak-ipfs-check
 - ak-ipns-resolve
 - ak-news
 - ak-profile
 - ak-schain-latest-cached
 - ak-sm-files
 - ak-sm-filesplitter
 - ak-stellar-get-participants
 - ak-tempassin
 - ak-todos
 - ak-transactions
 - ak-zblock-cache
 - ak-zblock-manipulator
 - ak-zblock-pack
 - ak-zblock-show
 - ak-zchain-chk | 
|  | ofc, logit was the first lib to add... finally | 
|  |  | 
|  | Instead of hardcoding things in a big script we simply search in ak's
arguments for appropriate scripts and past the rest of values as
arguments to the script found.
Running with no arguments *will* be printing all available scripts with
--help flag to provide a good overview. |