Skip to content
forked from jkpang/PPRows

It Can Calculate how many lines of code you write on Mac ; 在Mac上计算你写了多少行代码

License

Notifications You must be signed in to change notification settings

tangfeilong12/PPRows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPRows for Mac

APPIcon

It Can Calculate how many lines of code you write on Mac 在Mac上计算你写了多少行代码

  • 1.Support the detection of the number of code folders involved in the calculation and the number of lines of code
    支持检测参与计算的代码文件夹数量以及代码行数;

  • 2.Support for simultaneous detection of multiple file / folder code
    支持同时检测多文件/多文件夹代码;

  • 3.Supports custom detection of file types, such as: C, swift, OC, Java,...
    支持自定义检测的文件类型,例如: c,swift,oc, java....类型的代码文件;

  • 4.Support for custom need to ignore the detection of folders, such as: iOS project in the Pods folder
    支持自定义需要忽略检测的文件夹, 例如: iOS工程中的Pods文件夹;

  • 5.Support Chinese and English, follow system language changes (V1.1.0 support)
    支持中文与英文,跟随系统语言变化 (v1.1.0起支持)

  • 6.Support for ignoring empty lines in code, more accurate calculation of number of lines (v1.2.0 support)
    支持忽略代码中的空行, 代码行数计算更精确(v1.2.0起支持).

Gif1 Gif2

Requirements 要求

  • Mac OS X 10.11+
  • Xcode 8+

Usage 使用方法

Drag file/folder to the PPRows APP window. 拖拽文件/文件夹到 PPRows 程序窗口

Download 下载地址

Click me to download <-->点我下载

Thanks 致谢

TinyPNG4Mac -- This is the TinyPNG image compression site Mac client , Let me know how to use the APPKit framework . 这是TinyPNG 图片压缩网站的Mac客户端 , 让我知道了如何使用APPKit框架

Explaination 说明

After PPRows opening source, it is unfortunately be copied by someone else , and charged to the App Store( https://itunes.apple.com/cn/app/lines-of-code/id1218789683?mt=12 ). Now, I need to explain it solemnly :

The original intention Of PPRows open source is that I want to have the communication with the iOS / macOS developers. The code can be used free of charge, but it never be allowed to replace the UI and publish to the App Store having the charges.It is a low-quality behavior.😡😡😡👎👎👎

在PPRows开源后很不幸被别人copy,并收费上架到了App Store( https://itunes.apple.com/cn/app/lines-of-code/id1218789683?mt=12 ), 现在郑重说明一下:

PPRows开源的初衷是为了和iOS/macOS开发者相互交流技术,其代码可以免费使用,但绝不允许有更换UI上架App Store收费的低素质的垃圾行为😡😡😡👎👎👎.

Update Log 更新日志

Version 1.2.0 2017.03.20

Filter out the blank lines in the code line, the calculation is more accurate <-> 过滤掉代码行中的空行,计算更精确

Version 1.1.0 2017.03.14

Language support in Chinese and English <-> 语言支持中文与英文

Version 1.0.0 2017.03.11

PPRows initialize <-> PPRows初始化

联系方式:

PP-iOS学习交流群群二维码

License 许可证

PPRows 使用 GPL-3.0 许可证,详情见 LICENSE 文件。

About

It Can Calculate how many lines of code you write on Mac ; 在Mac上计算你写了多少行代码

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.5%
  • Ruby 0.5%