tree: 224170bfdd6f7a02faac4c2ba6c5fcd01ea3f2f5 [path history] [tgz]
  1. blobstats/
  2. check_deps/
  3. component_graph/
  4. dart/
  5. devshell/
  6. editors/
  7. fuzzing/
  8. fxtest/
  9. gce/
  10. git/
  11. gn_complete/
  12. memory/
  13. move_source/
  14. owner/
  15. prebuilts/
  16. rust/
  17. sdk/
  18. status/
  19. style/
  20. tests/
  21. third_party/
  22. unification/
  23. verify_cmdline_params/
  24. vim/
  25. youcompleteme/
  26. zsh-completion/
  27. .gitignore
  28. bootstrap
  29. build-qemu.sh
  30. build_id_conv.py
  31. change_testability_review_analyzer.py
  32. colorize_logs
  33. cq_perf_results.py
  34. difl
  35. fd.py
  36. fetch-build-artifacts
  37. find_integration_revision.py
  38. flog
  39. fx
  40. fx-env.sh
  41. fx-help.awk
  42. fx-wrapper
  43. generate-fidl-tags.py
  44. generate-intellij-config.py
  45. git_utils.py
  46. gn_to_cmake.py
  47. OWNERS
  48. paths.py
  49. README.md
  50. run-zircon-arm64
  51. run-zircon-x86
  52. simplify_stacktraces
  53. start-dhcp-server.sh
  54. update-manifest.go
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.